Skip to content
Failed

Console Output

Push event to branch main
17:01:40 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 9cadad009e6aa78e15d752e2011705d7d91b8d2e
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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_main@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06e7de38a37f37a6f)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06e7de38a37f37a6f) in /home/ubuntu/workspace/docker-py_main
[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/docker-py_main@tmp/bbf05697-c2eb-4e07-a795-fdcecd567326/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:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:02:53 chowning workspace
[Pipeline] sh
17:02:53 + pwd
17:02:53 + id -u
17:02:53 + id -g
17:02:53 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace
17:02:53 Unable to find image 'busybox:latest' locally
17:02:54 latest: Pulling from library/busybox
17:02:54 4b35f584bb4f: Pulling fs layer
17:02:54 4b35f584bb4f: Verifying Checksum
17:02:54 4b35f584bb4f: Download complete
17:02:54 4b35f584bb4f: Pull complete
17:02:54 Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
17:02:54 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
17:02:56 Removing all docker containers
[Pipeline] sh
17:02:57 + docker container ls -aq
[Pipeline] echo
17:02:57 Docker containers have been removed
[Pipeline] echo
17:02:57 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:02:57 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
17:02:57 The recommended git tool is: git
17:02:58 using credential docker-jenkins-github-credentials
17:02:58 Cloning the remote Git repository
17:02:58 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
17:02:59 Avoid second fetch
17:02:59 Checking out Revision 9cadad009e6aa78e15d752e2011705d7d91b8d2e (main)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
17:03:03 Commit message: "api: respect timeouts on Windows named pipes (#3112)"
[Pipeline] sh
17:03:03 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
 > git rev-list --no-walk 443a35360fc426479d87c810ffca8e5a253408a1 # timeout=10
[Pipeline] isUnix
[Pipeline] sh
17:03:04 + docker pull dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:03:04 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
17:03:04 + docker build -t dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e -f tests/Dockerfile-ssh-dind .
$ 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/docker-py_main@tmp/582d2531-afa7-4c0c-9d8e-4f10f07b9bb4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:03:05 #1 [internal] load .dockerignore
17:03:05 #1 transferring context: 161B done
17:03:05 #1 DONE 0.1s
17:03:05 
17:03:05 #2 [internal] load build definition from Dockerfile-ssh-dind
17:03:05 #2 transferring dockerfile: 523B done
17:03:05 #2 DONE 0.1s
17:03:05 
17:03:05 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
17:03:05 #3 DONE 0.0s
17:03:05 
17:03:05 #4 resolve image config for docker.io/docker/dockerfile:1
17:03:05 #4 DONE 0.4s
17:03:05 
17:03:05 #5 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
17:03:05 #5 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
17:03:05 #5 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
17:03:05 #5 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
17:03:05 #5 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
17:03:05 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 6.29MB / 11.55MB 0.1s
17:03:05 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done
17:03:05 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
17:03:06 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done
17:03:06 #5 DONE 0.5s
17:03:06 
17:03:06 #6 [internal] load metadata for docker.io/library/docker:20.10-dind
17:03:06 #6 ...
17:03:06 
17:03:06 #7 [auth] library/docker:pull token for registry-1.docker.io
17:03:06 #7 DONE 0.0s
17:03:06 
17:03:06 #6 [internal] load metadata for docker.io/library/docker:20.10-dind
17:03:06 #6 DONE 0.4s
17:03:06 
17:03:06 #8 [internal] load build context
17:03:06 #8 transferring context: 2.27kB 0.1s done
17:03:06 #8 DONE 0.1s
17:03:06 
17:03:06 #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3
17:03:06 #9 resolve docker.io/library/docker:20.10-dind@sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 0.0s done
17:03:06 #9 sha256:b96d85d4996fe89c86109a5e6848318bef12adfeaadb609367c14ea420bbfae6 0B / 92B 0.1s
17:03:06 #9 sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 549B / 549B done
17:03:06 #9 sha256:c225df1fc0746a5331302226e8e5e682a06ae56de3db5529d4618307dd23516a 3.25kB / 3.25kB done
17:03:06 #9 sha256:3c93c0395b735e750e72393aee594472c99ccb36f482c3f75bb9c07897cff4f4 11.32kB / 11.32kB done
17:03:06 #9 sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 0B / 3.37MB 0.1s
17:03:07 #9 sha256:b96d85d4996fe89c86109a5e6848318bef12adfeaadb609367c14ea420bbfae6 92B / 92B 0.2s done
17:03:07 #9 sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 3.37MB / 3.37MB 0.3s done
17:03:07 #9 sha256:d58d4c93159790b1fa011caf2ec698afe11bc8d70e2d863396f9a2a48b142da1 2.06MB / 2.06MB 0.3s done
17:03:07 #9 extracting sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09
17:03:07 #9 sha256:26aac0a14c67b5fbb55fad8cac994ef5d028747711ab0e4e37489454dda46bb8 0B / 16.00MB 0.3s
17:03:07 #9 sha256:706c2d63c93393987388c8e0d7072c4bbe823b8c2624c70fc856f8a2a5994a32 0B / 14.12MB 0.3s
17:03:07 #9 extracting sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 0.1s done
17:03:07 #9 sha256:26aac0a14c67b5fbb55fad8cac994ef5d028747711ab0e4e37489454dda46bb8 11.53MB / 16.00MB 0.5s
17:03:07 #9 sha256:706c2d63c93393987388c8e0d7072c4bbe823b8c2624c70fc856f8a2a5994a32 13.63MB / 14.12MB 0.5s
17:03:07 #9 sha256:1521097c886a2499fc60f54e3ef465c6546f54a97647d09f6cce4270d4867191 9.44MB / 16.38MB 0.5s
17:03:07 #9 sha256:26aac0a14c67b5fbb55fad8cac994ef5d028747711ab0e4e37489454dda46bb8 16.00MB / 16.00MB 0.6s
17:03:07 #9 sha256:1521097c886a2499fc60f54e3ef465c6546f54a97647d09f6cce4270d4867191 16.38MB / 16.38MB 0.6s
17:03:07 #9 extracting sha256:d58d4c93159790b1fa011caf2ec698afe11bc8d70e2d863396f9a2a48b142da1
17:03:07 #9 sha256:26f9058dbce4d84a682ab842426cd716e448f82c1a9b18997037c465e8da1639 0B / 549B 0.6s
17:03:07 #9 sha256:26aac0a14c67b5fbb55fad8cac994ef5d028747711ab0e4e37489454dda46bb8 16.00MB / 16.00MB 0.6s done
17:03:07 #9 sha256:706c2d63c93393987388c8e0d7072c4bbe823b8c2624c70fc856f8a2a5994a32 14.12MB / 14.12MB 0.6s done
17:03:07 #9 sha256:26f9058dbce4d84a682ab842426cd716e448f82c1a9b18997037c465e8da1639 549B / 549B 0.7s
17:03:07 #9 extracting sha256:d58d4c93159790b1fa011caf2ec698afe11bc8d70e2d863396f9a2a48b142da1 0.2s done
17:03:07 #9 sha256:1521097c886a2499fc60f54e3ef465c6546f54a97647d09f6cce4270d4867191 16.38MB / 16.38MB 0.7s done
17:03:07 #9 sha256:26f9058dbce4d84a682ab842426cd716e448f82c1a9b18997037c465e8da1639 549B / 549B 0.8s done
17:03:07 #9 sha256:aa2c4308249c4e18a8f21148742bb5800ffe2ca92afb03bdd76bc03847947dcf 6.85MB / 6.85MB 0.9s
17:03:07 #9 sha256:6df30a6514836439077141ca43d1973bf96b8f4e65f2ff6daf4bf3cade3a74bf 165B / 165B 0.9s done
17:03:07 #9 sha256:1d575c228453aae6f0593d58421b819ccdf2256724188cb88c2247b768596b05 1.02kB / 1.02kB 0.9s done
17:03:07 #9 extracting sha256:b96d85d4996fe89c86109a5e6848318bef12adfeaadb609367c14ea420bbfae6
17:03:07 #9 sha256:aa2c4308249c4e18a8f21148742bb5800ffe2ca92afb03bdd76bc03847947dcf 6.85MB / 6.85MB 1.0s done
17:03:07 #9 extracting sha256:b96d85d4996fe89c86109a5e6848318bef12adfeaadb609367c14ea420bbfae6 done
17:03:07 #9 sha256:b56a5807622cb82b6d3ee49866c53e3b292b0b5764cd47222b95215bc814cec5 1.05kB / 1.05kB 1.0s done
17:03:07 #9 sha256:6b7b64effa1325e22c791462d0bb91053f992008b74c935303c18b918bc4888c 1.32kB / 1.32kB 1.0s done
17:03:07 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 7.34MB / 53.90MB 1.1s
17:03:07 #9 extracting sha256:706c2d63c93393987388c8e0d7072c4bbe823b8c2624c70fc856f8a2a5994a32
17:03:07 #9 sha256:aa946b869ae67699790f7f9be683460b7bfaea53891a153a902b3c3d5f369d4f 2.82kB / 2.82kB 1.1s done
17:03:07 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 14.68MB / 53.90MB 1.2s
17:03:08 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 30.41MB / 53.90MB 1.3s
17:03:08 #9 extracting sha256:706c2d63c93393987388c8e0d7072c4bbe823b8c2624c70fc856f8a2a5994a32 0.3s done
17:03:08 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 39.85MB / 53.90MB 1.4s
17:03:08 #9 extracting sha256:26aac0a14c67b5fbb55fad8cac994ef5d028747711ab0e4e37489454dda46bb8
17:03:08 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 50.33MB / 53.90MB 1.5s
17:03:08 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 53.90MB / 53.90MB 1.6s
17:03:08 #9 extracting sha256:26aac0a14c67b5fbb55fad8cac994ef5d028747711ab0e4e37489454dda46bb8 0.3s done
17:03:08 #9 sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 53.90MB / 53.90MB 2.0s done
17:03:08 #9 extracting sha256:1521097c886a2499fc60f54e3ef465c6546f54a97647d09f6cce4270d4867191
17:03:09 #9 extracting sha256:1521097c886a2499fc60f54e3ef465c6546f54a97647d09f6cce4270d4867191 0.3s done
17:03:09 #9 extracting sha256:26f9058dbce4d84a682ab842426cd716e448f82c1a9b18997037c465e8da1639 done
17:03:09 #9 extracting sha256:1d575c228453aae6f0593d58421b819ccdf2256724188cb88c2247b768596b05
17:03:09 #9 extracting sha256:1d575c228453aae6f0593d58421b819ccdf2256724188cb88c2247b768596b05 done
17:03:09 #9 extracting sha256:6df30a6514836439077141ca43d1973bf96b8f4e65f2ff6daf4bf3cade3a74bf done
17:03:09 #9 extracting sha256:aa2c4308249c4e18a8f21148742bb5800ffe2ca92afb03bdd76bc03847947dcf 0.1s
17:03:09 #9 extracting sha256:aa2c4308249c4e18a8f21148742bb5800ffe2ca92afb03bdd76bc03847947dcf 0.2s done
17:03:09 #9 extracting sha256:6b7b64effa1325e22c791462d0bb91053f992008b74c935303c18b918bc4888c done
17:03:09 #9 extracting sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3
17:03:10 #9 extracting sha256:ff731f3fc2b646df4d05605761061989b4e9c9851df7fdbc74b93b47b8bc72d3 0.8s done
17:03:10 #9 extracting sha256:b56a5807622cb82b6d3ee49866c53e3b292b0b5764cd47222b95215bc814cec5
17:03:10 #9 extracting sha256:b56a5807622cb82b6d3ee49866c53e3b292b0b5764cd47222b95215bc814cec5 done
17:03:10 #9 extracting sha256:aa946b869ae67699790f7f9be683460b7bfaea53891a153a902b3c3d5f369d4f done
17:03:11 #9 DONE 4.3s
17:03:11 
17:03:11 #10 [2/5] RUN apk add --no-cache --upgrade     openssh
17:03:11 #10 0.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
17:03:12 #10 1.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
17:03:12 #10 1.658 (1/5) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.8-r4)
17:03:12 #10 1.694 (2/5) Installing openssh-sftp-server (9.1_p1-r2)
17:03:12 #10 1.697 (3/5) Installing openssh-server-common (9.1_p1-r2)
17:03:12 #10 1.699 (4/5) Installing openssh-server (9.1_p1-r2)
17:03:12 #10 1.710 (5/5) Installing openssh (9.1_p1-r2)
17:03:12 #10 1.726 Executing busybox-1.35.0-r29.trigger
17:03:12 #10 1.730 Executing ca-certificates-20220614-r4.trigger
17:03:12 #10 1.781 OK: 33 MiB in 60 packages
17:03:13 #10 DONE 2.7s
17:03:13 
17:03:13 #11 [3/5] COPY tests/ssh/config/server /etc/ssh/
17:03:13 #11 DONE 0.1s
17:03:13 
17:03:13 #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
17:03:13 #12 DONE 0.0s
17:03:13 
17:03:13 #13 [5/5] RUN chmod -R 600 /etc/ssh  && chmod -R 600 /root/.ssh  && ln -s /usr/local/bin/docker /usr/bin/docker
17:03:14 #13 DONE 0.5s
17:03:14 
17:03:14 #14 exporting to image
17:03:14 #14 exporting layers
17:03:14 #14 exporting layers 0.2s done
17:03:14 #14 writing image sha256:d1c1e29294ca2d3fef0de547a151646b0d24a8e3368c4e9320a19adb365dc9b9 done
17:03:14 #14 naming to docker.io/dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e done
17:03:14 #14 DONE 0.2s
[Pipeline] isUnix
[Pipeline] sh
17:03:14 + docker tag dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e
[Pipeline] isUnix
[Pipeline] sh
17:03:14 + docker push dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:03:14 The push refers to repository [docker.io/dockerpinata/docker-py]
17:03:14 bbedf96e6ec8: Preparing
17:03:14 268231a30b41: Preparing
17:03:14 bbf295dd90ef: Preparing
17:03:14 59ef89bd72e1: Preparing
17:03:14 40bcc9714553: Preparing
17:03:14 d37a57834558: Preparing
17:03:14 b3e14accb281: Preparing
17:03:14 b604e2ab5d3a: Preparing
17:03:14 2d7bd1190e73: Preparing
17:03:14 8cd5b4869ba5: Preparing
17:03:14 11eae8314bcc: Preparing
17:03:14 d37a57834558: Waiting
17:03:14 7e27c169be41: Preparing
17:03:14 e07e0df35f5e: Preparing
17:03:14 b3e14accb281: Waiting
17:03:14 ec2c12d6975b: Preparing
17:03:14 b604e2ab5d3a: Waiting
17:03:14 973cb6a02259: Preparing
17:03:14 2d7bd1190e73: Waiting
17:03:14 7c6b4763f1d2: Preparing
17:03:14 8cd5b4869ba5: Waiting
17:03:14 11eae8314bcc: Waiting
17:03:14 c985518cb420: Preparing
17:03:14 f1417ff83b31: Preparing
17:03:14 ec2c12d6975b: Waiting
17:03:14 973cb6a02259: Waiting
17:03:14 7c6b4763f1d2: Waiting
17:03:14 c985518cb420: Waiting
17:03:14 40bcc9714553: Layer already exists
17:03:14 d37a57834558: Layer already exists
17:03:15 b3e14accb281: Layer already exists
17:03:15 b604e2ab5d3a: Layer already exists
17:03:15 2d7bd1190e73: Layer already exists
17:03:15 8cd5b4869ba5: Layer already exists
17:03:15 11eae8314bcc: Layer already exists
17:03:15 7e27c169be41: Layer already exists
17:03:15 e07e0df35f5e: Layer already exists
17:03:15 ec2c12d6975b: Layer already exists
17:03:15 973cb6a02259: Layer already exists
17:03:15 7c6b4763f1d2: Layer already exists
17:03:15 c985518cb420: Layer already exists
17:03:15 268231a30b41: Pushed
17:03:15 bbf295dd90ef: Pushed
17:03:15 f1417ff83b31: Layer already exists
17:03:16 bbedf96e6ec8: Pushed
17:03:16 59ef89bd72e1: Pushed
17:03:17 sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e: digest: sha256:09c0631d58c041e4b110fa14076b73f26eca26838fdf0ea32464275952977cf5 size: 4085
[Pipeline] isUnix
[Pipeline] sh
17:03:18 + docker pull dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:03:18 Error response from daemon: manifest for dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
17:03:18 + docker build -t dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
17:03:18 #1 [internal] load .dockerignore
17:03:18 #1 DONE 0.0s
17:03:18 
17:03:18 #1 [internal] load .dockerignore
17:03:18 #1 transferring context: 161B done
17:03:18 #1 DONE 0.0s
17:03:18 
17:03:18 #2 [internal] load build definition from Dockerfile
17:03:18 #2 transferring dockerfile: 1.76kB done
17:03:18 #2 DONE 0.0s
17:03:18 
17:03:18 #3 resolve image config for docker.io/docker/dockerfile:1
17:03:18 #3 DONE 0.1s
17:03:18 
17:03:18 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
17:03:18 #4 CACHED
17:03:18 
17:03:18 #5 [internal] load metadata for docker.io/library/python:3.10
17:03:18 #5 ...
17:03:18 
17:03:18 #6 [auth] library/python:pull token for registry-1.docker.io
17:03:18 #6 DONE 0.0s
17:03:18 
17:03:18 #5 [internal] load metadata for docker.io/library/python:3.10
17:03:19 #5 DONE 0.4s
17:03:19 
17:03:19 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:4a4edb45256d063bb19a92695b75d83f89459231640c083e8147421dbe7e550b
17:03:19 #7 resolve docker.io/library/python:3.10@sha256:4a4edb45256d063bb19a92695b75d83f89459231640c083e8147421dbe7e550b 0.0s done
17:03:19 #7 ...
17:03:19 
17:03:19 #8 [internal] load build context
17:03:19 #8 transferring context: 1.24MB 0.1s done
17:03:19 #8 DONE 0.1s
17:03:19 
17:03:19 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:4a4edb45256d063bb19a92695b75d83f89459231640c083e8147421dbe7e550b
17:03:19 #7 sha256:4a4edb45256d063bb19a92695b75d83f89459231640c083e8147421dbe7e550b 2.14kB / 2.14kB done
17:03:19 #7 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 12.58MB / 55.05MB 0.2s
17:03:19 #7 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 13.63MB / 54.58MB 0.2s
17:03:19 #7 sha256:b48e216f7c4adcf24fecd7016f3b8ead76866a19571819f67f47c1ccaf899717 2.01kB / 2.01kB done
17:03:19 #7 sha256:fc98d03e603711443ee94a56ea857491d9d8e1dc6bc32721e7a4f995360e9e76 7.52kB / 7.52kB done
17:03:19 #7 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 12.58MB / 15.76MB 0.2s
17:03:19 #7 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 23.07MB / 55.05MB 0.3s
17:03:19 #7 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 24.12MB / 54.58MB 0.3s
17:03:19 #7 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 0.3s done
17:03:19 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 0B / 196.85MB 0.3s
17:03:19 #7 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 32.51MB / 55.05MB 0.4s
17:03:19 #7 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 34.60MB / 54.58MB 0.4s
17:03:19 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 11.44MB / 196.85MB 0.4s
17:03:19 #7 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 42.99MB / 55.05MB 0.5s
17:03:19 #7 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 44.04MB / 54.58MB 0.5s
17:03:19 #7 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.7s
17:03:19 #7 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.58MB / 54.58MB 0.7s done
17:03:19 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 40.89MB / 196.85MB 0.7s
17:03:19 #7 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.8s done
17:03:19 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 51.38MB / 196.85MB 0.8s
17:03:20 #7 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65
17:03:20 #7 sha256:2a12d0031f3fc457f41eaa0e29c0eaf4ba1376735aa940268ebccc76abb49f04 6.29MB / 6.29MB 0.9s
17:03:20 #7 sha256:2d4866cf64495a374acbe356375c52c201f2ce0508d12c17a857e0a21a8f4fe5 8.39MB / 17.34MB 0.9s
17:03:20 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 71.21MB / 196.85MB 1.0s
17:03:20 #7 sha256:2a12d0031f3fc457f41eaa0e29c0eaf4ba1376735aa940268ebccc76abb49f04 6.29MB / 6.29MB 0.9s done
17:03:20 #7 sha256:2d4866cf64495a374acbe356375c52c201f2ce0508d12c17a857e0a21a8f4fe5 17.34MB / 17.34MB 1.0s
17:03:20 #7 sha256:406c88e1abe396241bf4a20f3acc1ee8c7db4be3eab8cbd9d6d2cce86ee07f67 244B / 244B 1.0s
17:03:20 #7 sha256:2d4866cf64495a374acbe356375c52c201f2ce0508d12c17a857e0a21a8f4fe5 17.34MB / 17.34MB 1.0s done
17:03:20 #7 sha256:406c88e1abe396241bf4a20f3acc1ee8c7db4be3eab8cbd9d6d2cce86ee07f67 244B / 244B 1.0s done
17:03:20 #7 sha256:02df300aa56e8628575acf8d65d34b6036cd5d14812c12594230d8bea51f18e9 2.10MB / 3.08MB 1.1s
17:03:20 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 91.23MB / 196.85MB 1.2s
17:03:20 #7 sha256:02df300aa56e8628575acf8d65d34b6036cd5d14812c12594230d8bea51f18e9 3.08MB / 3.08MB 1.1s done
17:03:20 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 111.15MB / 196.85MB 1.4s
17:03:20 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 140.51MB / 196.85MB 1.7s
17:03:20 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 160.43MB / 196.85MB 1.9s
17:03:21 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 181.40MB / 196.85MB 2.1s
17:03:21 #7 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 1.2s done
17:03:21 #7 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e
17:03:21 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 196.85MB / 196.85MB 2.3s
17:03:21 #7 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0.3s done
17:03:22 #7 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41
17:03:23 #7 sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 196.85MB / 196.85MB 3.8s done
17:03:23 #7 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 1.2s done
17:03:23 #7 extracting sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f
17:03:27 #7 extracting sha256:9cdadd40055fb82fef74a0a38f29fb1ee7b6922e18370ebdc3502ec66f79fa3f 3.5s done
17:03:27 #7 extracting sha256:2a12d0031f3fc457f41eaa0e29c0eaf4ba1376735aa940268ebccc76abb49f04 0.1s
17:03:27 #7 extracting sha256:2a12d0031f3fc457f41eaa0e29c0eaf4ba1376735aa940268ebccc76abb49f04 0.2s done
17:03:27 #7 extracting sha256:2d4866cf64495a374acbe356375c52c201f2ce0508d12c17a857e0a21a8f4fe5
17:03:28 #7 extracting sha256:2d4866cf64495a374acbe356375c52c201f2ce0508d12c17a857e0a21a8f4fe5 0.4s done
17:03:28 #7 extracting sha256:406c88e1abe396241bf4a20f3acc1ee8c7db4be3eab8cbd9d6d2cce86ee07f67 done
17:03:28 #7 extracting sha256:02df300aa56e8628575acf8d65d34b6036cd5d14812c12594230d8bea51f18e9
17:03:28 #7 extracting sha256:02df300aa56e8628575acf8d65d34b6036cd5d14812c12594230d8bea51f18e9 0.1s done
17:03:28 #7 DONE 9.3s
17:03:28 
17:03:28 #9 [stage-0  2/20] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
17:03:34 #9 DONE 5.9s
17:03:34 
17:03:34 #10 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
17:03:34 #10 0.640 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:03:34 #10 0.648 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:03:34 #10 0.648 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:03:34 #10 0.736 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
17:03:34 #10 0.817 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB]
17:03:35 #10 0.894 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
17:03:36 #10 1.821 Fetched 8644 kB in 1s (6015 kB/s)
17:03:36 #10 1.821 Reading package lists...
17:03:36 #10 2.320 Reading package lists...
17:03:36 #10 2.804 Building dependency tree...
17:03:37 #10 2.906 Reading state information...
17:03:37 #10 3.021 The following additional packages will be installed:
17:03:37 #10 3.021   tree
17:03:37 #10 3.021 Suggested packages:
17:03:37 #10 3.021   python libxml-simple-perl ruby
17:03:37 #10 3.021 Recommended packages:
17:03:37 #10 3.021   qrencode xclip
17:03:37 #10 3.070 The following NEW packages will be installed:
17:03:37 #10 3.071   gnupg2 pass tree
17:03:37 #10 3.338 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
17:03:37 #10 3.338 Need to get 523 kB of archives.
17:03:37 #10 3.338 After this operation, 727 kB of additional disk space will be used.
17:03:37 #10 3.338 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
17:03:37 #10 3.344 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
17:03:37 #10 3.345 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
17:03:37 #10 3.477 debconf: delaying package configuration, since apt-utils is not installed
17:03:37 #10 3.514 Fetched 523 kB in 0s (1932 kB/s)
17:03:37 #10 3.535 Selecting previously unselected package gnupg2.
17:03:37 #10 3.535 (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 ... 23426 files and directories currently installed.)
17:03:37 #10 3.550 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
17:03:37 #10 3.554 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
17:03:37 #10 3.589 Selecting previously unselected package tree.
17:03:37 #10 3.591 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
17:03:37 #10 3.595 Unpacking tree (1.8.0-1+b1) ...
17:03:37 #10 3.633 Selecting previously unselected package pass.
17:03:37 #10 3.635 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
17:03:37 #10 3.642 Unpacking pass (1.7.3-2) ...
17:03:37 #10 3.685 Setting up gnupg2 (2.2.27-2+deb11u2) ...
17:03:37 #10 3.697 Setting up tree (1.8.0-1+b1) ...
17:03:38 #10 3.710 Setting up pass (1.7.3-2) ...
17:03:38 #10 DONE 3.8s
17:03:38 
17:03:38 #11 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
17:03:38 #11 DONE 0.0s
17:03:38 
17:03:38 #12 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
17:03:38 #12 DONE 0.0s
17:03:38 
17:03:38 #13 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
17:03:38 #13 DONE 0.4s
17:03:38 
17:03:38 #14 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
17:03:38 #14 DONE 0.4s
17:03:38 
17:03:38 #15 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
17:03:38 #15 DONE 0.0s
17:03:39 
17:03:39 #16 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
17:03:39 #16 0.410 gpg: directory '/root/.gnupg' created
17:03:39 #16 0.411 gpg: keybox '/root/.gnupg/pubring.kbx' created
17:03:39 #16 0.413 gpg: /root/.gnupg/trustdb.gpg: trustdb created
17:03:39 #16 0.413 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
17:03:39 #16 0.418 gpg: key 464ED987A7B21401: secret key imported
17:03:39 #16 0.418 gpg: Total number processed: 1
17:03:39 #16 0.418 gpg:               imported: 1
17:03:39 #16 0.418 gpg:       secret keys read: 1
17:03:39 #16 0.418 gpg:   secret keys imported: 1
17:03:39 #16 DONE 0.5s
17:03:39 
17:03:39 #17 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
17:03:39 #17 0.405 gpg: inserting ownertrust of 6
17:03:39 #17 DONE 0.4s
17:03:39 
17:03:39 #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
17:03:40 #18 0.441 gpg: please do a --check-trustdb
17:03:40 #18 0.456 mkdir: created directory '/root/.password-store/'
17:03:40 #18 0.457 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
17:03:40 #18 DONE 0.5s
17:03:40 
17:03:40 #19 [stage-0 12/20] RUN gpg2 --check-trustdb
17:03:40 #19 0.395 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
17:03:40 #19 0.395 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
17:03:40 #19 DONE 0.4s
17:03:40 
17:03:40 #20 [stage-0 13/20] RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/v0.6.3/docker-credential-pass-v0.6.3-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
17:03:41 #20 DONE 0.5s
17:03:41 
17:03:41 #21 [stage-0 14/20] WORKDIR /src
17:03:41 #21 DONE 0.0s
17:03:41 
17:03:41 #22 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
17:03:41 #22 DONE 0.0s
17:03:41 
17:03:41 #23 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
17:03:43 #23 1.881 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
17:03:47 #23 6.013 Collecting packaging==21.3
17:03:48 #23 7.033   Downloading packaging-21.3-py3-none-any.whl (40 kB)
17:03:48 #23 7.039      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 8.7 MB/s eta 0:00:00
17:03:48 #23 7.086 Collecting paramiko==2.11.0
17:03:48 #23 7.092   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
17:03:48 #23 7.104      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 20.0 MB/s eta 0:00:00
17:03:48 #23 7.153 Collecting requests==2.28.1
17:03:48 #23 7.157   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
17:03:48 #23 7.163      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 13.4 MB/s eta 0:00:00
17:03:48 #23 7.213 Collecting urllib3==1.26.11
17:03:48 #23 7.251   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
17:03:48 #23 7.261      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 18.0 MB/s eta 0:00:00
17:03:48 #23 7.292 Collecting websocket-client==1.3.3
17:03:48 #23 7.296   Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
17:03:48 #23 7.301      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 13.4 MB/s eta 0:00:00
17:03:48 #23 7.351 Collecting pyparsing!=3.0.5,>=2.0.2
17:03:48 #23 7.354   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
17:03:48 #23 7.361      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 18.8 MB/s eta 0:00:00
17:03:48 #23 7.441 Collecting bcrypt>=3.1.3
17:03:48 #23 7.447   Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
17:03:48 #23 7.462      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 49.7 MB/s eta 0:00:00
17:03:48 #23 7.484 Collecting six
17:03:48 #23 7.490   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
17:03:48 #23 7.530 Collecting pynacl>=1.0.1
17:03:48 #23 7.537   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
17:03:48 #23 7.551      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 68.2 MB/s eta 0:00:00
17:03:49 #23 7.857 Collecting cryptography>=2.5
17:03:49 #23 7.862   Downloading cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB)
17:03:49 #23 7.904      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 92.9 MB/s eta 0:00:00
17:03:49 #23 7.952 Collecting certifi>=2017.4.17
17:03:49 #23 7.956   Downloading certifi-2023.5.7-py3-none-any.whl (156 kB)
17:03:49 #23 7.963      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 26.5 MB/s eta 0:00:00
17:03:49 #23 8.063 Collecting charset-normalizer<3,>=2
17:03:49 #23 8.068   Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
17:03:49 #23 8.092 Collecting idna<4,>=2.5
17:03:49 #23 8.095   Downloading idna-3.4-py3-none-any.whl (61 kB)
17:03:49 #23 8.101      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 13.2 MB/s eta 0:00:00
17:03:49 #23 8.371 Collecting cffi>=1.12
17:03:49 #23 8.375   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
17:03:49 #23 8.386      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 50.9 MB/s eta 0:00:00
17:03:49 #23 8.424 Collecting pycparser
17:03:49 #23 8.427   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
17:03:49 #23 8.434      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 27.2 MB/s eta 0:00:00
17:03:49 #23 8.552 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, bcrypt, requests, packaging, cffi, pynacl, cryptography, paramiko
17:03:50 #23 9.471 Successfully installed bcrypt-4.0.1 certifi-2023.5.7 cffi-1.15.1 charset-normalizer-2.1.1 cryptography-40.0.2 idna-3.4 packaging-21.3 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.9 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3
17:03:50 #23 9.472 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
17:03:54 #23 13.64 
17:03:54 #23 13.64 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
17:03:54 #23 13.64 [notice] To update, run: pip install --upgrade pip
17:03:55 #23 DONE 13.9s
17:03:55 
17:03:55 #24 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
17:03:55 #24 DONE 0.0s
17:03:55 
17:03:55 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
17:03:56 #25 0.707 Requirement already satisfied: setuptools==65.5.1 in /usr/local/lib/python3.10/site-packages (from -r test-requirements.txt (line 1)) (65.5.1)
17:04:01 #25 5.257 Collecting coverage==6.4.2
17:04:01 #25 6.287   Downloading coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
17:04:01 #25 6.299      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 25.2 MB/s eta 0:00:00
17:04:01 #25 6.343 Collecting flake8==4.0.1
17:04:01 #25 6.347   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
17:04:01 #25 6.385      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 1.5 MB/s eta 0:00:00
17:04:01 #25 6.474 Collecting pytest==7.1.2
17:04:01 #25 6.479   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
17:04:01 #25 6.488      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 42.3 MB/s eta 0:00:00
17:04:01 #25 6.521 Collecting pytest-cov==3.0.0
17:04:01 #25 6.524   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
17:04:01 #25 6.546 Collecting pytest-timeout==2.1.0
17:04:01 #25 6.551   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
17:04:01 #25 6.582 Collecting pycodestyle<2.9.0,>=2.8.0
17:04:01 #25 6.586   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
17:04:01 #25 6.591      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 9.4 MB/s eta 0:00:00
17:04:01 #25 6.607 Collecting mccabe<0.7.0,>=0.6.0
17:04:01 #25 6.611   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
17:04:01 #25 6.639 Collecting pyflakes<2.5.0,>=2.4.0
17:04:01 #25 6.643   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
17:04:01 #25 6.648      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 15.9 MB/s eta 0:00:00
17:04:01 #25 6.688 Collecting py>=1.8.2
17:04:01 #25 6.693   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
17:04:01 #25 6.698      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 22.9 MB/s eta 0:00:00
17:04:01 #25 6.701 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==7.1.2->-r test-requirements.txt (line 4)) (21.3)
17:04:01 #25 6.726 Collecting attrs>=19.2.0
17:04:01 #25 6.735   Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
17:04:01 #25 6.742      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 11.5 MB/s eta 0:00:00
17:04:01 #25 6.757 Collecting iniconfig
17:04:01 #25 6.760   Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
17:04:01 #25 6.787 Collecting pluggy<2.0,>=0.12
17:04:01 #25 6.790   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
17:04:01 #25 6.816 Collecting tomli>=1.0.0
17:04:02 #25 6.820   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
17:04:02 #25 6.845 Collecting coverage[toml]>=5.2.1
17:04:02 #25 6.854   Downloading coverage-7.2.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB)
17:04:02 #25 6.863      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.2/228.2 kB 35.9 MB/s eta 0:00:00
17:04:02 #25 6.925   Downloading coverage-7.2.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB)
17:04:02 #25 6.934      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.2/228.2 kB 31.7 MB/s eta 0:00:00
17:04:02 #25 6.950   Downloading coverage-7.2.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
17:04:02 #25 6.958      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.0/228.0 kB 39.8 MB/s eta 0:00:00
17:04:02 #25 6.972   Downloading coverage-7.2.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
17:04:02 #25 6.980      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/227.5 kB 34.9 MB/s eta 0:00:00
17:04:02 #25 6.994   Downloading coverage-7.2.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
17:04:02 #25 7.003      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 31.9 MB/s eta 0:00:00
17:04:02 #25 7.017   Downloading coverage-7.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
17:04:02 #25 7.046      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.4/227.4 kB 8.0 MB/s eta 0:00:00
17:04:02 #25 7.060   Downloading coverage-7.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (226 kB)
17:04:02 #25 7.107      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 4.8 MB/s eta 0:00:00
17:04:02 #25 7.121   Downloading coverage-7.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
17:04:02 #25 7.155      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.9/225.9 kB 6.9 MB/s eta 0:00:00
17:04:02 #25 7.170   Downloading coverage-7.0.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
17:04:02 #25 7.177      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.3/225.3 kB 37.8 MB/s eta 0:00:00
17:04:02 #25 7.193   Downloading coverage-7.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB)
17:04:02 #25 7.225      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 7.3 MB/s eta 0:00:00
17:04:02 #25 7.239   Downloading coverage-7.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB)
17:04:02 #25 7.246      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.4/224.4 kB 46.4 MB/s eta 0:00:00
17:04:02 #25 7.260   Downloading coverage-7.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216 kB)
17:04:02 #25 7.291      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.0/216.0 kB 7.2 MB/s eta 0:00:00
17:04:02 #25 7.305   Downloading coverage-7.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215 kB)
17:04:02 #25 7.312      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.9/215.9 kB 42.3 MB/s eta 0:00:00
17:04:02 #25 7.326   Downloading coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213 kB)
17:04:02 #25 7.369      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 kB 5.1 MB/s eta 0:00:00
17:04:02 #25 7.383   Downloading coverage-6.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
17:04:02 #25 7.391      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 38.4 MB/s eta 0:00:00
17:04:02 #25 7.405   Downloading coverage-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
17:04:02 #25 7.413      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 37.1 MB/s eta 0:00:00
17:04:02 #25 7.460 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==7.1.2->-r test-requirements.txt (line 4)) (3.0.9)
17:04:02 #25 7.613 Installing collected packages: mccabe, tomli, pyflakes, pycodestyle, py, pluggy, iniconfig, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
17:04:03 #25 8.187 Successfully installed attrs-23.1.0 coverage-6.4.2 flake8-4.0.1 iniconfig-2.0.0 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 tomli-2.0.1
17:04:03 #25 8.188 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
17:04:03 #25 8.194 
17:04:03 #25 8.194 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
17:04:03 #25 8.194 [notice] To update, run: pip install --upgrade pip
17:04:03 #25 DONE 8.4s
17:04:03 
17:04:03 #26 [stage-0 19/20] COPY . /src
17:04:03 #26 DONE 0.1s
17:04:03 
17:04:03 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
17:04:04 #27 0.757 Obtaining file:///src
17:04:04 #27 0.760   Installing build dependencies: started
17:04:12 #27 7.583   Installing build dependencies: finished with status 'done'
17:04:12 #27 7.585   Checking if build backend supports build_editable: started
17:04:12 #27 7.741   Checking if build backend supports build_editable: finished with status 'done'
17:04:12 #27 7.742   Getting requirements to build editable: started
17:04:12 #27 7.876   Getting requirements to build editable: finished with status 'done'
17:04:12 #27 7.879   Installing backend dependencies: started
17:04:18 #27 13.69   Installing backend dependencies: finished with status 'done'
17:04:18 #27 13.69   Preparing editable metadata (pyproject.toml): started
17:04:18 #27 14.00   Preparing editable metadata (pyproject.toml): finished with status 'done'
17:04:18 #27 14.02 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
17:04:18 #27 14.02 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
17:04:18 #27 14.02 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.3.3)
17:04:18 #27 14.02 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
17:04:18 #27 14.02 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==99.0.0+docker) (3.0.9)
17:04:18 #27 14.03 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (3.4)
17:04:18 #27 14.03 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2.1.1)
17:04:18 #27 14.03 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2023.5.7)
17:04:18 #27 14.05 Building wheels for collected packages: docker
17:04:18 #27 14.05   Building editable for docker (pyproject.toml): started
17:04:18 #27 14.38   Building editable for docker (pyproject.toml): finished with status 'done'
17:04:18 #27 14.38   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=f5db04a7bc86743f3e8a2ca1042e7f1b664ba3940604594dce9e7babeffb79b7
17:04:18 #27 14.38   Stored in directory: /tmp/pip-ephem-wheel-cache-w7tr0tav/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
17:04:18 #27 14.38 Successfully built docker
17:04:18 #27 14.51 Installing collected packages: docker
17:04:18 #27 14.52 Successfully installed docker-99.0.0+docker
17:04:18 #27 14.52 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
17:04:18 #27 14.53 
17:04:18 #27 14.53 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
17:04:18 #27 14.53 [notice] To update, run: pip install --upgrade pip
17:04:18 #27 DONE 14.7s
17:04:18 
17:04:18 #28 exporting to image
17:04:18 #28 exporting layers
17:04:18 #28 exporting layers 0.4s done
17:04:18 #28 writing image sha256:27893606c6b106eac8c58459b48bcd76d3daf0d89c142d5db23f3ae0909612bc done
17:04:18 #28 naming to docker.io/dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e done
17:04:18 #28 DONE 0.4s
[Pipeline] isUnix
[Pipeline] sh
17:04:19 + docker tag dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e
[Pipeline] isUnix
[Pipeline] sh
17:04:19 + docker push dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:04:19 The push refers to repository [docker.io/dockerpinata/docker-py]
17:04:19 8400084a3f71: Preparing
17:04:19 4e882353610d: Preparing
17:04:19 20f06c3e6cea: Preparing
17:04:19 164a8a6da89e: Preparing
17:04:19 abd461c40d29: Preparing
17:04:19 bf1c529ec3b5: Preparing
17:04:19 5f3360537203: Preparing
17:04:19 f45baed9a965: Preparing
17:04:19 d754379a0a25: Preparing
17:04:19 95426f323e25: Preparing
17:04:19 a9698473e6f1: Preparing
17:04:19 7966815313e0: Preparing
17:04:19 7e7d77265cd0: Preparing
17:04:19 bf1c529ec3b5: Waiting
17:04:19 5e4400fe1611: Preparing
17:04:19 f45baed9a965: Waiting
17:04:19 5f3360537203: Waiting
17:04:19 2650401e8b0e: Preparing
17:04:19 a9d1996c100f: Preparing
17:04:19 d754379a0a25: Waiting
17:04:19 56bc3ff15b31: Preparing
17:04:19 95426f323e25: Waiting
17:04:19 6694c0f28dfe: Preparing
17:04:19 ff5c0a8776f9: Preparing
17:04:19 a9698473e6f1: Waiting
17:04:19 bd83eed6a0b2: Preparing
17:04:19 58fdd163cdb3: Preparing
17:04:19 7966815313e0: Waiting
17:04:19 5e4400fe1611: Waiting
17:04:19 a93f99b1e9f0: Preparing
17:04:19 2650401e8b0e: Waiting
17:04:19 0007505dc811: Preparing
17:04:19 ff5c0a8776f9: Waiting
17:04:19 bd83eed6a0b2: Waiting
17:04:19 a9d1996c100f: Waiting
17:04:19 f43725f97b9f: Preparing
17:04:19 9c42af2c6418: Preparing
17:04:19 d96e248f10e6: Preparing
17:04:19 d925e0fae4e6: Preparing
17:04:19 f43725f97b9f: Waiting
17:04:19 d96e248f10e6: Waiting
17:04:19 d925e0fae4e6: Waiting
17:04:20 8400084a3f71: Pushed
17:04:20 4e882353610d: Pushed
17:04:20 164a8a6da89e: Pushed
17:04:20 20f06c3e6cea: Pushed
17:04:21 bf1c529ec3b5: Pushed
17:04:21 5f3360537203: Pushed
17:04:21 d754379a0a25: Pushed
17:04:21 f45baed9a965: Pushed
17:04:21 95426f323e25: Pushed
17:04:21 a9698473e6f1: Pushed
17:04:22 abd461c40d29: Pushed
17:04:22 7966815313e0: Pushed
17:04:22 7e7d77265cd0: Pushed
17:04:22 5e4400fe1611: Pushed
17:04:22 2650401e8b0e: Pushed
17:04:22 bd83eed6a0b2: Layer already exists
17:04:22 58fdd163cdb3: Layer already exists
17:04:22 a93f99b1e9f0: Layer already exists
17:04:22 a9d1996c100f: Pushed
17:04:22 0007505dc811: Layer already exists
17:04:23 f43725f97b9f: Layer already exists
17:04:23 9c42af2c6418: Layer already exists
17:04:23 d925e0fae4e6: Layer already exists
17:04:23 d96e248f10e6: Layer already exists
17:04:23 56bc3ff15b31: Pushed
17:04:23 ff5c0a8776f9: Pushed
17:04:24 6694c0f28dfe: Pushed
17:04:25 py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e: digest: sha256:48cc61185c5b74b16578f33bb212d8ff43747a81f4966d30b3e5440bbe85dae3 size: 5967
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06e7de38a37f37a6f) in /home/ubuntu/workspace/docker-py_main
[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/docker-py_main@tmp/9b47a567-2964-43f9-9bfd-e7fa531d89b6/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] sh
17:04:26 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.10_19.03.12)
[Pipeline] { (Branch: py3.10_23.0.6)
[Pipeline] { (Branch: py3.10_24.0.0-rc.2)
[Pipeline] { (Branch: py3.10_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06e7de38a37f37a6f) in /home/ubuntu/workspace/docker-py_main
[Pipeline] node
[Pipeline] node
[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/docker-py_main@tmp/56442f90-e118-4cf4-a088-d3d848b4ee6e/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:04:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:04:53 chowning workspace
[Pipeline] sh
17:04:53 + pwd
17:04:53 + id -u
17:04:53 + id -g
17:04:53 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:04:53 Removing all docker containers
[Pipeline] sh
17:04:54 + docker container ls -aq
[Pipeline] echo
17:04:54 Docker containers have been removed
[Pipeline] echo
17:04:54 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:04:54 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.12)
[Pipeline] checkout
17:04:54 The recommended git tool is: git
17:04:54 using credential docker-jenkins-github-credentials
17:04:54 Cloning the remote Git repository
17:04:54 Cloning with configured refspecs honoured and without tags
17:04:54 Avoid second fetch
17:04:54 Checking out Revision 9cadad009e6aa78e15d752e2011705d7d91b8d2e (main)
17:04:54 Commit message: "api: respect timeouts on Windows named pipes (#3112)"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
17:04:55 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/unit
17:04:55 ============================= test session starts ==============================
17:04:55 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:04:55 cachedir: .pytest_cache
17:04:55 rootdir: /src, configfile: pytest.ini
17:04:55 plugins: timeout-2.1.0, cov-3.0.0
$ 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/docker-py_main@tmp/dc484c80-2c1f-4f62-a3ff-c810446cc79f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:04:57 collecting ... collected 588 items
17:04:57 
17:04:57 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
17:04:57 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
17:04:57 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
17:04:57 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
17:04:57 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
17:04:57 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
17:04:58 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  3%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
17:04:58 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  4%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  5%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroupns SKIPPED [  6%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  7%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_platform PASSED [ 10%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
17:04:58 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_container_stats_with_one_shot PASSED [ 12%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_container_stats_without_streaming PASSED [ 13%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 13%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 14%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 15%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_float PASSED [ 16%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 16%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 17%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 17%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 17%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 18%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 18%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 19%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 19%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
17:04:58 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
17:04:58 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
17:04:58 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
17:04:58 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 20%]
17:04:58 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 20%]
17:04:58 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 21%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 22%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 23%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 24%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
17:04:58 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
17:04:58 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 25%]
17:04:58 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
17:04:58 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
17:04:58 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
17:04:58 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
17:04:58 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 26%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 27%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
17:04:58 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
17:04:58 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
17:04:58 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
17:04:58 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
17:04:59 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
17:04:59 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
17:04:59 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
17:04:59 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
17:04:59 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
17:05:00 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
17:05:00 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
17:05:00 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
17:05:00 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
17:05:00 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
17:05:00 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 32%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
17:05:00 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
17:05:00 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 35%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
17:05:00 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 36%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 37%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 38%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
17:05:00 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 39%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 39%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 40%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 40%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
17:05:00 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 41%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 42%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 42%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
17:05:00 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
17:05:00 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
17:05:00 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 43%]
17:05:00 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 43%]
17:05:00 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
17:05:00 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
17:05:00 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
17:05:00 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
17:05:00 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 44%]
17:05:00 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 44%]
17:05:00 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 45%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 45%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
17:05:00 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 46%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 46%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 46%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
17:05:00 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 47%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 47%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 47%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 48%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 48%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 48%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 49%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 49%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 49%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 50%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 50%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 50%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 51%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 51%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 51%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
17:05:00 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 52%]
17:05:00 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 52%]
17:05:00 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 52%]
17:05:00 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
17:05:00 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
17:05:00 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 53%]
17:05:00 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 53%]
17:05:00 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 53%]
17:05:00 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 53%]
17:05:00 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
17:05:00 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_replicas_simple PASSED [ 54%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_simple PASSED [ 54%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 54%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 54%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_job_simple PASSED [ 55%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
17:05:00 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 55%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 56%]
17:05:00 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
17:05:00 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
17:05:00 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
17:05:00 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
17:05:00 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 57%]
17:05:00 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 57%]
17:05:00 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 58%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 59%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
17:05:00 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
17:05:00 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 60%]
17:05:00 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 60%]
17:05:00 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
17:05:00 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts PASSED [ 61%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_with_network_mode PASSED [ 61%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_without_network PASSED [ 62%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts PASSED [ 63%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_with_network_mode PASSED [ 63%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_without_network PASSED [ 63%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_platform PASSED [ 63%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 64%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 64%]
17:05:00 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 64%]
17:05:00 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 64%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 65%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 65%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 65%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 65%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 66%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 66%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 66%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 67%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 67%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 67%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 67%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_short_id PASSED [ 67%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 68%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 68%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 68%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 68%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 68%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
17:05:01 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 69%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 69%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 69%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 69%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 70%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 70%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 70%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 70%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 71%]
17:05:01 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 71%]
17:05:01 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 71%]
17:05:01 tests/unit/models_images_test.py::ImageTest::test_remove PASSED          [ 71%]
17:05:01 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 71%]
17:05:01 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
17:05:01 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 72%]
17:05:01 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 72%]
17:05:01 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 72%]
17:05:01 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 72%]
17:05:01 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 72%]
17:05:01 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
17:05:01 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 73%]
17:05:01 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 73%]
17:05:01 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 73%]
17:05:01 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 73%]
17:05:01 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
17:05:01 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
17:05:01 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 74%]
17:05:01 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 74%]
17:05:01 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 74%]
17:05:01 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 74%]
17:05:01 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
17:05:01 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 75%]
17:05:01 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 75%]
17:05:01 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 75%]
17:05:01 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 75%]
17:05:01 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 75%]
17:05:01 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
17:05:01 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 76%]
17:05:01 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 76%]
17:05:01 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 76%]
17:05:01 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 76%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 77%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 77%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 77%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 77%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 78%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 78%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 78%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 78%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 79%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 79%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 79%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 79%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 80%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 80%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 80%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 81%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 81%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 81%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 82%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 82%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 82%]
17:05:01 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 83%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 83%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
17:05:01 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 84%]
17:05:01 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 84%]
17:05:01 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 84%]
17:05:01 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
17:05:01 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
17:05:01 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
17:05:01 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 85%]
17:05:01 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 85%]
17:05:01 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 85%]
17:05:01 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
17:05:01 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
17:05:01 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
17:05:01 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 86%]
17:05:01 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 86%]
17:05:01 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 86%]
17:05:01 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
17:05:01 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
17:05:01 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
17:05:01 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 87%]
17:05:01 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 87%]
17:05:01 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
17:05:01 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
17:05:01 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
17:05:01 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
17:05:01 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 88%]
17:05:01 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 88%]
17:05:01 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
17:05:01 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
17:05:01 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
17:05:01 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 89%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 89%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
17:05:01 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 90%]
17:05:01 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
17:05:01 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
17:05:01 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
17:05:01 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
17:05:01 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
17:05:01 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 91%]
17:05:01 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
17:05:01 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
17:05:01 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
17:05:01 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 92%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 92%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 93%]
17:05:01 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 93%]
17:05:01 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
17:05:01 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
17:05:01 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
17:05:01 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
17:05:01 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 94%]
17:05:01 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
17:05:01 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
17:05:01 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
17:05:01 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
17:05:01 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
17:05:01 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 95%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 96%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
17:05:01 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
17:05:01 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
17:05:02 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
17:05:02 
17:05:02 =============================== warnings summary ===============================
17:05:02 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure
17:05:02   /src/tests/unit/ssladapter_test.py:71: DeprecationWarning: ssl.match_hostname() is deprecated
17:05:02     match_hostname(self.cert, 'foobar.co.uk')
17:05:02 
17:05:02 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success
17:05:02   /src/tests/unit/ssladapter_test.py:63: DeprecationWarning: ssl.match_hostname() is deprecated
17:05:02     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
17:05:02 
17:05:02 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure
17:05:02   /src/tests/unit/ssladapter_test.py:67: DeprecationWarning: ssl.match_hostname() is deprecated
17:05:02     match_hostname(self.cert, '192.168.0.25')
17:05:02 
17:05:02 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success
17:05:02   /src/tests/unit/ssladapter_test.py:57: DeprecationWarning: ssl.match_hostname() is deprecated
17:05:02     assert match_hostname(self.cert, '127.0.0.1') is None
17:05:02 
17:05:02 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success
17:05:02   /src/tests/unit/ssladapter_test.py:60: DeprecationWarning: ssl.match_hostname() is deprecated
17:05:02     assert match_hostname(self.cert, 'localhost') is None
17:05:02 
17:05:02 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
17:05:02 
17:05:02 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:05:02 Name                                  Stmts   Miss Branch BrPart  Cover
17:05:02 -----------------------------------------------------------------------
17:05:02 docker/__init__.py                        7      0      0      0   100%
17:05:02 docker/_version.py                        2      0      0      0   100%
17:05:02 docker/api/__init__.py                    1      0      0      0   100%
17:05:02 docker/api/build.py                     127     41     98     21    64%
17:05:02 docker/api/client.py                    269     65     94     11    76%
17:05:02 docker/api/config.py                     31     18      6      0    41%
17:05:02 docker/api/container.py                 289     75    120     28    67%
17:05:02 docker/api/daemon.py                     40      4     16      4    86%
17:05:02 docker/api/exec_api.py                   51     12     26     10    69%
17:05:02 docker/api/image.py                     161     43     64     14    70%
17:05:02 docker/api/network.py                    91     35     50     11    52%
17:05:02 docker/api/plugin.py                     96     68     18      0    26%
17:05:02 docker/api/secret.py                     36     22     10      0    35%
17:05:02 docker/api/service.py                   206    180    155      0     8%
17:05:02 docker/api/swarm.py                     114     71     44      1    29%
17:05:02 docker/api/volume.py                     38      9     16      2    72%
17:05:02 docker/auth.py                          200     16     80     16    89%
17:05:02 docker/client.py                         80      9      4      0    89%
17:05:02 docker/constants.py                      21      0      0      0   100%
17:05:02 docker/context/__init__.py                2      0      0      0   100%
17:05:02 docker/context/api.py                    81     41     40      8    41%
17:05:02 docker/context/config.py                 61     33     22      2    39%
17:05:02 docker/context/context.py               163     96     70      6    32%
17:05:02 docker/credentials/__init__.py            3      0      0      0   100%
17:05:02 docker/credentials/constants.py           4      0      0      0   100%
17:05:02 docker/credentials/errors.py             11      4      8      0    68%
17:05:02 docker/credentials/store.py              47     32     16      0    27%
17:05:02 docker/credentials/utils.py               5      3      0      0    40%
17:05:02 docker/errors.py                        113     27     61      4    77%
17:05:02 docker/models/__init__.py                 0      0      0      0   100%
17:05:02 docker/models/configs.py                 22      8      6      0    64%
17:05:02 docker/models/containers.py             194     11     78      9    91%
17:05:02 docker/models/images.py                 143     55     62      4    55%
17:05:02 docker/models/networks.py                39      7     16      3    75%
17:05:02 docker/models/nodes.py                   16      5      6      0    68%
17:05:02 docker/models/plugins.py                 51     29     12      0    41%
17:05:02 docker/models/resource.py                43      9     10      3    77%
17:05:02 docker/models/secrets.py                 23      4      6      0    79%
17:05:02 docker/models/services.py                89     35     40      4    60%
17:05:02 docker/models/swarm.py                   40     21      8      0    44%
17:05:02 docker/models/volumes.py                 24     10      8      0    56%
17:05:02 docker/tls.py                            35      5     14      5    80%
17:05:02 docker/transport/__init__.py             11      3      0      0    73%
17:05:02 docker/transport/basehttpadapter.py       6      0      4      1    90%
17:05:02 docker/transport/npipeconn.py            53     48     17      0     7%
17:05:02 docker/transport/npipesocket.py         154    150     26      0     2%
17:05:02 docker/transport/sshconn.py             158    102     67      3    32%
17:05:02 docker/transport/ssladapter.py           29      6     10      3    72%
17:05:02 docker/transport/unixconn.py             47      1     15      2    95%
17:05:02 docker/types/__init__.py                  6      0      0      0   100%
17:05:02 docker/types/base.py                      4      0      4      0   100%
17:05:02 docker/types/containers.py              440     79    340     43    82%
17:05:02 docker/types/daemon.py                   33     22     16      0    27%
17:05:02 docker/types/healthcheck.py              43     20      6      0    51%
17:05:02 docker/types/networks.py                 45     14     40     10    65%
17:05:02 docker/types/services.py                347    150    268     45    55%
17:05:02 docker/types/swarm.py                    51     45     44      0    11%
17:05:02 docker/utils/__init__.py                  3      0      0      0   100%
17:05:02 docker/utils/build.py                   152     24     78     10    83%
17:05:02 docker/utils/config.py                   36      1     12      1    96%
17:05:02 docker/utils/decorators.py               33      1     12      1    96%
17:05:02 docker/utils/fnmatch.py                  55     18     28      2    61%
17:05:02 docker/utils/json_stream.py              40      8     14      2    78%
17:05:02 docker/utils/ports.py                    50      3     32      2    91%
17:05:02 docker/utils/proxy.py                    37      1     14      0    98%
17:05:02 docker/utils/socket.py                   96     16     48      9    78%
17:05:02 docker/utils/utils.py                   279     18    173     13    92%
17:05:02 docker/version.py                        11      9      0      0    18%
17:05:02 -----------------------------------------------------------------------
17:05:02 TOTAL                                  5288   1842   2552    313    62%
17:05:02 
17:05:02 =========================== short test summary info ============================
17:05:02 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
17:05:02 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
17:05:02 SKIPPED [1] tests/unit/api_container_test.py:1072: API version is too low (< 1.41)
17:05:02 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
17:05:02 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
17:05:02 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
17:05:02 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
17:05:02 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
17:05:02 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
17:05:02 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
17:05:02 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
17:05:02 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
17:05:02 ============ 576 passed, 11 skipped, 1 xfailed, 5 warnings in 6.58s ============
[Pipeline] sh
17:05:03 + docker network create dpy-testnet-54-0-py3.10-19.03.12
17:05:03 f0a4ad30f4eccccd3a2714e79785158fa90f91cebca4dd72f83dddf305cbaf6f
[Pipeline] sh
17:05:03 + docker run --rm -d --name dpy-dind-54-0-py3.10-19.03.12 -v /tmp --privileged --network dpy-testnet-54-0-py3.10-19.03.12 dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e dockerd -H tcp://0.0.0.0:2375
17:05:03 79b07b930fa93a148ea0a7959e2f7c2e927226413f3112c808bfbad9b6636b6c
[Pipeline] sh
17:05:04 + docker run --rm --name dpy-tests-54-0-py3.10-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-54-0-py3.10-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-54-0-py3.10-19.03.12 --volumes-from dpy-dind-54-0-py3.10-19.03.12 -v /home/ubuntu/workspace/docker-py_main@tmp/dc484c80-2c1f-4f62-a3ff-c810446cc79f/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/integration
17:05:05 ============================= test session starts ==============================
17:05:05 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:05:05 cachedir: .pytest_cache
17:05:05 rootdir: /src, configfile: pytest.ini
17:05:05 plugins: timeout-2.1.0, cov-3.0.0
17:05:06 collecting ... collected 404 items
17:05:06 
17:05:06 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [  0%]
17:05:07 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [  0%]
17:05:07 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [  0%]
17:05:07 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [  0%]
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c8191fe6d20952cb)’ is offline
‘linuxone-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c8191fe6d20952cb)’ is offline
‘linuxone-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c8191fe6d20952cb)’ is offline
‘linuxone-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
17:05:08 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [  1%]
17:05:08 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [  1%]
17:05:08 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [  1%]
17:05:08 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [  1%]
17:05:09 tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [  2%]
17:05:09 tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR  [  2%]
17:05:09 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [  2%]
17:05:10 tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [  2%]
17:05:10 tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR  [  3%]
17:05:10 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [  3%]
17:05:10 tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [  3%]
17:05:11 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [  3%]
17:05:11 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [  4%]
17:05:11 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [  4%]
17:05:12 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [  4%]
17:05:12 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [  4%]
17:05:12 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [  5%]
17:05:13 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [  5%]
17:05:13 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [  5%]
17:05:13 tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL  [  5%]
17:05:13 tests/integration/api_client_test.py::InformationTest::test_info ERROR   [  6%]
17:05:14 tests/integration/api_client_test.py::InformationTest::test_version ERROR [  6%]
17:05:14 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [  6%]
17:05:14 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [  6%]
17:05:15 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [  7%]
17:05:15 tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [  7%]
17:05:15 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [  7%]
17:05:15 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating ERROR [  7%]
17:05:16 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [  8%]
17:05:16 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [  8%]
17:05:16 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [  8%]
17:05:17 tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [  8%]
17:05:17 tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [  9%]
17:05:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [  9%]
17:05:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [  9%]
17:05:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cgroupns SKIPPED [  9%]
17:05:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
17:05:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 10%]
17:05:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 10%]
17:05:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 10%]
17:05:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 11%]
17:05:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 11%]
17:05:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 11%]
17:05:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 11%]
17:05:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 12%]
17:05:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 12%]
17:05:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 12%]
17:05:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 12%]
17:05:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
17:05:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 13%]
17:05:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 13%]
17:05:22 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 13%]
17:05:23 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 14%]
17:05:23 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 14%]
17:05:23 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 14%]
17:05:23 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 14%]
17:05:24 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 15%]
17:05:24 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 15%]
17:05:24 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 15%]
17:05:24 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 15%]
17:05:25 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 16%]
17:05:25 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 16%]
17:05:26 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 16%]
17:05:26 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 16%]
17:05:26 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 17%]
17:05:26 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 17%]
17:05:27 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 17%]
17:05:27 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 17%]
17:05:27 tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 18%]
17:05:28 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 18%]
17:05:28 tests/integration/api_container_test.py::WaitTest::test_wait ERROR       [ 18%]
17:05:28 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 18%]
17:05:28 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 19%]
17:05:29 tests/integration/api_container_test.py::LogsTest::test_logs ERROR       [ 19%]
17:05:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 19%]
17:05:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 19%]
17:05:30 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 20%]
17:05:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 20%]
17:05:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 20%]
17:05:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 20%]
17:05:31 tests/integration/api_container_test.py::DiffTest::test_diff ERROR       [ 21%]
17:05:31 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 21%]
17:05:31 tests/integration/api_container_test.py::StopTest::test_stop ERROR       [ 21%]
17:05:32 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 21%]
17:05:32 tests/integration/api_container_test.py::KillTest::test_kill ERROR       [ 22%]
17:05:32 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 22%]
17:05:33 tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 22%]
17:05:33 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 22%]
17:05:33 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 23%]
17:05:33 tests/integration/api_container_test.py::PortTest::test_port ERROR       [ 23%]
17:05:34 tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 23%]
17:05:34 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 23%]
17:05:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 24%]
17:05:35 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 24%]
17:05:35 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 24%]
17:05:35 tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 24%]
17:05:36 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 25%]
17:05:36 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 25%]
17:05:36 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 25%]
17:05:36 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 25%]
17:05:37 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 25%]
17:05:37 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 26%]
17:05:37 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_http ERROR [ 26%]
17:05:38 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_ws ERROR [ 26%]
17:05:38 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 26%]
17:05:38 tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 27%]
17:05:38 tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 27%]
17:05:39 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 27%]
17:05:39 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 27%]
17:05:40 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 28%]
17:05:40 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 28%]
17:05:40 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 28%]
17:05:40 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 28%]
17:05:41 tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 29%]
17:05:41 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 29%]
17:05:41 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 29%]
17:05:42 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 29%]
17:05:42 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 30%]
17:05:42 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 30%]
17:05:42 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 30%]
17:05:43 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 30%]
17:05:43 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 31%]
17:05:43 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR    [ 31%]
17:05:43 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 31%]
17:05:44 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 31%]
17:05:44 tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 32%]
17:05:45 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 32%]
17:05:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 32%]
17:05:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 32%]
17:05:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 33%]
17:05:46 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 33%]
17:05:46 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 33%]
17:05:46 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 33%]
17:05:47 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 34%]
17:05:47 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 34%]
17:05:47 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 34%]
17:05:47 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 34%]
17:05:48 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 35%]
17:05:48 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 35%]
17:05:48 tests/integration/api_image_test.py::ListImagesTest::test_images ERROR   [ 35%]
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0a3f872540ca2afe0) in /home/ubuntu/workspace/docker-py_main
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c8191fe6d20952cb) in /home/ubuntu/workspace/docker-py_main
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03a35b8d1cde92c41) in /home/ubuntu/workspace/docker-py_main
[Pipeline] {
[Pipeline] withDockerRegistry
17:05:49 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 35%]
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
17:05:49 tests/integration/api_image_test.py::PullImageTest::test_pull ERROR      [ 36%]
17:05:49 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 36%]
17:05:49 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 36%]
17:05:50 tests/integration/api_image_test.py::CommitTest::test_commit ERROR       [ 36%]
17:05:50 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 37%]
17:05:50 tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR  [ 37%]
17:05:51 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 37%]
17:05:51 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 37%]
17:05:51 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 38%]
17:05:52 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 38%]
17:05:52 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
17:05:52 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 38%]
17:05:52 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 39%]
17:05:52 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 39%]
17:05:53 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 39%]
17:05:53 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 39%]
17:05:53 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 40%]
17:05:54 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 40%]
17:05:54 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 40%]
17:05:54 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 40%]
17:05:54 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 41%]
17:05:55 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 41%]
17:05:55 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 41%]
17:05:55 tests/integration/api_network_test.py::TestNetworks::test_connect_with_mac_address ERROR [ 41%]
17:05:56 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 42%]
17:05:56 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 42%]
17:05:56 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 42%]
17:05:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 42%]
17:05:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 43%]
17:05:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 43%]
17:05:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 43%]
17:05:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 43%]
17:05:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 44%]
17:05:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 44%]
17:05:59 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 44%]
17:05:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 44%]
17:05:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 45%]
17:05:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 45%]
17:06:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 45%]
17:06:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 45%]
17:06:01 tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 46%]
17:06:01 tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 46%]
17:06:01 tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 46%]
17:06:01 tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 46%]
17:06:02 tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 47%]
17:06:02 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 47%]
17:06:02 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 47%]
17:06:02 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 47%]
17:06:03 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 48%]
17:06:03 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 48%]
17:06:03 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 48%]
17:06:04 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 48%]
17:06:04 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 49%]
17:06:04 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 49%]
17:06:04 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 49%]
17:06:05 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 49%]
17:06:05 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 50%]
17:06:05 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 50%]
17:06:06 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 50%]
17:06:06 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 50%]
17:06:06 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 50%]
17:06:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
17:06:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_main@tmp/35002a3e-52d2-445e-bbc2-6be931186747/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:06:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 51%]
17:06:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_job_mode SKIPPED [ 51%]
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_main@tmp/107ba4b7-1179-4dfe-9ef0-c5d0786e87d5/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] {
[Pipeline] wrap
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_main@tmp/5945e048-d8e6-4745-acaa-a5b0bb669e66/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
17:06:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:06:07 chowning workspace
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
17:06:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:06:07 chowning workspace
[Pipeline] sh
17:06:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 52%]
17:06:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_job_mode SKIPPED [ 52%]
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
17:06:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:06:07 chowning workspace
[Pipeline] sh
17:06:07 + pwd
17:06:07 + id -u
17:06:07 + id -g
17:06:07 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace
17:06:07 Unable to find image 'busybox:latest' locally
17:06:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 52%]
17:06:07 + pwd
17:06:07 + id -u
17:06:07 + id -g
17:06:07 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace
17:06:07 Unable to find image 'busybox:latest' locally
17:06:07 latest: Pulling from library/busybox
17:06:07 latest: Pulling from library/busybox
17:06:07 4b35f584bb4f: Pulling fs layer
17:06:07 4b35f584bb4f: Verifying Checksum
17:06:07 4b35f584bb4f: Download complete
17:06:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 52%]
17:06:07 + pwd
17:06:07 + id -u
17:06:07 + id -g
17:06:07 + docker run --rm -v /home/ubuntu/workspace/docker-py_main:/workspace busybox chown -R 1000:1000 /workspace
17:06:07 Unable to find image 'busybox:latest' locally
17:06:07 latest: Pulling from library/busybox
17:06:08 4b35f584bb4f: Pulling fs layer
17:06:08 4b35f584bb4f: Verifying Checksum
17:06:08 4b35f584bb4f: Download complete
17:06:08 4b35f584bb4f: Pull complete
17:06:08 Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
17:06:08 Status: Downloaded newer image for busybox:latest
17:06:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 53%]
17:06:08 4b35f584bb4f: Pulling fs layer
17:06:08 4b35f584bb4f: Verifying Checksum
17:06:08 4b35f584bb4f: Download complete
17:06:08 4b35f584bb4f: Pull complete
17:06:08 Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
17:06:08 Status: Downloaded newer image for busybox:latest
17:06:08 4b35f584bb4f: Pull complete
17:06:08 Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
17:06:08 Status: Downloaded newer image for busybox:latest
17:06:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 53%]
17:06:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 53%]
17:06:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 53%]
17:06:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 54%]
17:06:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 54%]
17:06:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 54%]
[Pipeline] echo
17:06:10 Removing all docker containers
[Pipeline] sh
17:06:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 54%]
[Pipeline] echo
17:06:10 Removing all docker containers
[Pipeline] sh
17:06:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 55%]
17:06:10 + docker container ls -aq
[Pipeline] echo
17:06:10 Docker containers have been removed
[Pipeline] echo
17:06:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:06:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=23.0.6)
[Pipeline] checkout
17:06:10 The recommended git tool is: git
17:06:10 + docker container ls -aq
[Pipeline] echo
17:06:10 Docker containers have been removed
[Pipeline] echo
17:06:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:06:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.13)
[Pipeline] checkout
17:06:10 The recommended git tool is: git
[Pipeline] echo
17:06:10 Removing all docker containers
[Pipeline] sh
17:06:10 + docker container ls -aq
[Pipeline] echo
17:06:10 Docker containers have been removed
[Pipeline] echo
17:06:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:06:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=24.0.0-rc.2)
[Pipeline] checkout
17:06:10 The recommended git tool is: git
17:06:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 55%]
17:06:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 55%]
17:06:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 55%]
17:06:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 56%]
17:06:12 using credential docker-jenkins-github-credentials
17:06:12 Cloning the remote Git repository
17:06:12 Cloning with configured refspecs honoured and without tags
17:06:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 56%]
17:06:12 using credential docker-jenkins-github-credentials
17:06:12 Cloning the remote Git repository
17:06:12 Cloning with configured refspecs honoured and without tags
17:06:12 using credential docker-jenkins-github-credentials
17:06:12 Cloning the remote Git repository
17:06:12 Cloning with configured refspecs honoured and without tags
17:06:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 56%]
17:06:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 56%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
17:06:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas ERROR [ 57%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
17:06:13 Avoid second fetch
17:06:13 Checking out Revision 9cadad009e6aa78e15d752e2011705d7d91b8d2e (main)
17:06:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 57%]
17:06:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 57%]
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
17:06:13 Avoid second fetch
17:06:13 Checking out Revision 9cadad009e6aa78e15d752e2011705d7d91b8d2e (main)
17:06:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 57%]
17:06:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 58%]
17:06:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 58%]
17:06:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 58%]
17:06:14 Avoid second fetch
17:06:14 Checking out Revision 9cadad009e6aa78e15d752e2011705d7d91b8d2e (main)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
17:06:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 58%]
17:06:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 59%]
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
17:06:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 59%]
17:06:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 59%]
17:06:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 59%]
17:06:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_sysctl ERROR [ 60%]
17:06:16 Commit message: "api: respect timeouts on Windows named pipes (#3112)"
17:06:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 60%]
[Pipeline] withDockerRegistry
17:06:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 60%]
[Pipeline] {
[Pipeline] sh
17:06:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 60%]
17:06:17 Commit message: "api: respect timeouts on Windows named pipes (#3112)"
17:06:17 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/unit
17:06:17 Unable to find image 'dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e' locally
17:06:17 py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e: Pulling from dockerpinata/docker-py
17:06:17 918547b94326: Pulling fs layer
17:06:17 5d79063a01c5: Pulling fs layer
17:06:17 4eedd9c5abf7: Pulling fs layer
17:06:17 9cdadd40055f: Pulling fs layer
17:06:17 2a12d0031f3f: Pulling fs layer
17:06:17 2d4866cf6449: Pulling fs layer
17:06:17 406c88e1abe3: Pulling fs layer
17:06:17 02df300aa56e: Pulling fs layer
17:06:17 a7061f070e62: Pulling fs layer
17:06:17 59981ca0912e: Pulling fs layer
17:06:17 25aed361ac42: Pulling fs layer
17:06:17 11cdaa9a5824: Pulling fs layer
17:06:17 55068da34df0: Pulling fs layer
17:06:17 2a12d0031f3f: Waiting
17:06:17 09a44f338e77: Pulling fs layer
17:06:17 2d4866cf6449: Waiting
17:06:17 e1296f9750d0: Pulling fs layer
17:06:17 c3af1b130d09: Pulling fs layer
17:06:17 406c88e1abe3: Waiting
17:06:17 02df300aa56e: Waiting
17:06:17 11cdaa9a5824: Waiting
17:06:17 09a44f338e77: Waiting
17:06:17 55068da34df0: Waiting
17:06:17 9cdadd40055f: Waiting
17:06:17 25aed361ac42: Waiting
17:06:17 7d09f3be4aff: Pulling fs layer
17:06:17 9ebbca58a3e5: Pulling fs layer
17:06:17 9e205e5c6404: Pulling fs layer
17:06:17 c3af1b130d09: Waiting
17:06:17 02a141eeb747: Pulling fs layer
17:06:17 d2a88fb6464c: Pulling fs layer
17:06:17 f7a66ff4c511: Pulling fs layer
17:06:17 9ebbca58a3e5: Waiting
17:06:17 a0580403eae7: Pulling fs layer
17:06:17 535cbdaaf3c5: Pulling fs layer
17:06:17 d2a88fb6464c: Waiting
17:06:17 02a141eeb747: Waiting
17:06:17 7d63ae4b931e: Pulling fs layer
17:06:17 f7a66ff4c511: Waiting
17:06:17 160ccf9226cd: Pulling fs layer
17:06:17 9790ef26268c: Pulling fs layer
17:06:17 160ccf9226cd: Waiting
17:06:17 9790ef26268c: Waiting
17:06:17 7d63ae4b931e: Waiting
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
17:06:17 5d79063a01c5: Verifying Checksum
17:06:17 5d79063a01c5: Download complete
17:06:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 61%]
17:06:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 61%]
$ 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/docker-py_main@tmp/97d47095-8f89-4fdc-bcdf-06bc9af6a1a1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:06:18 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/unit
17:06:18 Unable to find image 'dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e' locally
17:06:18 py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e: Pulling from dockerpinata/docker-py
17:06:18 918547b94326: Pulling fs layer
17:06:18 5d79063a01c5: Pulling fs layer
17:06:18 4eedd9c5abf7: Pulling fs layer
17:06:18 9cdadd40055f: Pulling fs layer
17:06:18 2a12d0031f3f: Pulling fs layer
17:06:18 2d4866cf6449: Pulling fs layer
17:06:18 406c88e1abe3: Pulling fs layer
17:06:18 02df300aa56e: Pulling fs layer
17:06:18 a7061f070e62: Pulling fs layer
17:06:18 59981ca0912e: Pulling fs layer
17:06:18 25aed361ac42: Pulling fs layer
17:06:18 11cdaa9a5824: Pulling fs layer
17:06:18 55068da34df0: Pulling fs layer
17:06:18 09a44f338e77: Pulling fs layer
17:06:18 e1296f9750d0: Pulling fs layer
17:06:18 2a12d0031f3f: Waiting
17:06:18 c3af1b130d09: Pulling fs layer
17:06:18 2d4866cf6449: Waiting
17:06:18 7d09f3be4aff: Pulling fs layer
17:06:18 9ebbca58a3e5: Pulling fs layer
17:06:18 406c88e1abe3: Waiting
17:06:18 9e205e5c6404: Pulling fs layer
17:06:18 02a141eeb747: Pulling fs layer
17:06:18 02df300aa56e: Waiting
17:06:18 d2a88fb6464c: Pulling fs layer
17:06:18 f7a66ff4c511: Pulling fs layer
17:06:18 a7061f070e62: Waiting
17:06:18 a0580403eae7: Pulling fs layer
17:06:18 535cbdaaf3c5: Pulling fs layer
17:06:18 7d63ae4b931e: Pulling fs layer
17:06:18 160ccf9226cd: Pulling fs layer
17:06:18 59981ca0912e: Waiting
17:06:18 9790ef26268c: Pulling fs layer
17:06:18 9cdadd40055f: Waiting
17:06:18 25aed361ac42: Waiting
17:06:18 55068da34df0: Waiting
17:06:18 11cdaa9a5824: Waiting
17:06:18 d2a88fb6464c: Waiting
17:06:18 09a44f338e77: Waiting
17:06:18 e1296f9750d0: Waiting
17:06:18 f7a66ff4c511: Waiting
17:06:18 a0580403eae7: Waiting
17:06:18 535cbdaaf3c5: Waiting
17:06:18 7d09f3be4aff: Waiting
17:06:18 9ebbca58a3e5: Waiting
17:06:18 9e205e5c6404: Waiting
17:06:18 160ccf9226cd: Waiting
17:06:18 9790ef26268c: Waiting
17:06:18 c3af1b130d09: Waiting
17:06:18 Commit message: "api: respect timeouts on Windows named pipes (#3112)"
[Pipeline] withDockerRegistry
17:06:18 5d79063a01c5: Verifying Checksum
17:06:18 5d79063a01c5: Download complete
17:06:18 4eedd9c5abf7: Verifying Checksum
17:06:18 4eedd9c5abf7: Download complete
17:06:18 918547b94326: Verifying Checksum
17:06:18 918547b94326: Download complete
17:06:18 2a12d0031f3f: Download complete
17:06:18 406c88e1abe3: Verifying Checksum
17:06:18 406c88e1abe3: Download complete
17:06:18 2d4866cf6449: Verifying Checksum
17:06:18 2d4866cf6449: Download complete
17:06:18 a7061f070e62: Verifying Checksum
17:06:18 a7061f070e62: Download complete
17:06:18 02df300aa56e: Verifying Checksum
17:06:18 02df300aa56e: Download complete
17:06:18 25aed361ac42: Download complete
[Pipeline] {
[Pipeline] sh
17:06:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 61%]
$ 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/docker-py_main@tmp/b336a930-f545-4c71-a8d6-e2eb89d5a8b1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:06:18 11cdaa9a5824: Verifying Checksum
17:06:18 11cdaa9a5824: Download complete
17:06:18 55068da34df0: Download complete
17:06:18 09a44f338e77: Verifying Checksum
17:06:18 09a44f338e77: Download complete
17:06:18 e1296f9750d0: Verifying Checksum
17:06:18 e1296f9750d0: Download complete
17:06:18 c3af1b130d09: Verifying Checksum
17:06:18 c3af1b130d09: Download complete
17:06:18 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/unit
17:06:18 Unable to find image 'dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e' locally
17:06:18 py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e: Pulling from dockerpinata/docker-py
17:06:18 918547b94326: Pulling fs layer
17:06:18 5d79063a01c5: Pulling fs layer
17:06:18 4eedd9c5abf7: Pulling fs layer
17:06:18 9cdadd40055f: Pulling fs layer
17:06:18 2a12d0031f3f: Pulling fs layer
17:06:18 2d4866cf6449: Pulling fs layer
17:06:18 406c88e1abe3: Pulling fs layer
17:06:18 02df300aa56e: Pulling fs layer
17:06:18 a7061f070e62: Pulling fs layer
17:06:18 59981ca0912e: Pulling fs layer
17:06:18 25aed361ac42: Pulling fs layer
17:06:18 11cdaa9a5824: Pulling fs layer
17:06:18 55068da34df0: Pulling fs layer
17:06:18 09a44f338e77: Pulling fs layer
17:06:18 59981ca0912e: Waiting
17:06:18 2a12d0031f3f: Waiting
17:06:18 25aed361ac42: Waiting
17:06:18 2d4866cf6449: Waiting
17:06:18 406c88e1abe3: Waiting
17:06:18 11cdaa9a5824: Waiting
17:06:18 9cdadd40055f: Waiting
17:06:18 55068da34df0: Waiting
17:06:18 a7061f070e62: Waiting
17:06:18 09a44f338e77: Waiting
17:06:18 e1296f9750d0: Pulling fs layer
17:06:18 c3af1b130d09: Pulling fs layer
17:06:18 7d09f3be4aff: Pulling fs layer
17:06:18 9ebbca58a3e5: Pulling fs layer
17:06:18 9e205e5c6404: Pulling fs layer
17:06:18 02a141eeb747: Pulling fs layer
17:06:18 d2a88fb6464c: Pulling fs layer
17:06:18 e1296f9750d0: Waiting
17:06:18 f7a66ff4c511: Pulling fs layer
17:06:18 9ebbca58a3e5: Waiting
17:06:18 9e205e5c6404: Waiting
17:06:18 a0580403eae7: Pulling fs layer
17:06:18 02a141eeb747: Waiting
17:06:18 c3af1b130d09: Waiting
17:06:18 535cbdaaf3c5: Pulling fs layer
17:06:18 d2a88fb6464c: Waiting
17:06:18 f7a66ff4c511: Waiting
17:06:18 7d63ae4b931e: Pulling fs layer
17:06:18 a0580403eae7: Waiting
17:06:18 160ccf9226cd: Pulling fs layer
17:06:18 535cbdaaf3c5: Waiting
17:06:18 9790ef26268c: Pulling fs layer
17:06:18 9790ef26268c: Waiting
17:06:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 61%]
17:06:18 7d09f3be4aff: Verifying Checksum
17:06:18 7d09f3be4aff: Download complete
17:06:18 59981ca0912e: Verifying Checksum
17:06:18 59981ca0912e: Download complete
17:06:18 9ebbca58a3e5: Verifying Checksum
17:06:18 9ebbca58a3e5: Download complete
17:06:18 9e205e5c6404: Download complete
17:06:18 d2a88fb6464c: Verifying Checksum
17:06:18 d2a88fb6464c: Download complete
17:06:18 f7a66ff4c511: Download complete
17:06:18 02a141eeb747: Verifying Checksum
17:06:18 02a141eeb747: Download complete
17:06:18 535cbdaaf3c5: Verifying Checksum
17:06:18 535cbdaaf3c5: Download complete
17:06:18 4eedd9c5abf7: Verifying Checksum
17:06:18 4eedd9c5abf7: Download complete
17:06:18 918547b94326: Verifying Checksum
17:06:18 918547b94326: Download complete
17:06:18 2a12d0031f3f: Verifying Checksum
17:06:18 2a12d0031f3f: Download complete
17:06:18 406c88e1abe3: Download complete
17:06:18 2d4866cf6449: Verifying Checksum
17:06:18 2d4866cf6449: Download complete
17:06:18 a7061f070e62: Verifying Checksum
17:06:18 a7061f070e62: Download complete
17:06:18 02df300aa56e: Verifying Checksum
17:06:18 02df300aa56e: Download complete
17:06:18 5d79063a01c5: Verifying Checksum
17:06:18 5d79063a01c5: Download complete
17:06:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 62%]
17:06:19 7d63ae4b931e: Verifying Checksum
17:06:19 7d63ae4b931e: Download complete
17:06:19 160ccf9226cd: Verifying Checksum
17:06:19 160ccf9226cd: Download complete
17:06:19 a0580403eae7: Verifying Checksum
17:06:19 a0580403eae7: Download complete
17:06:19 9790ef26268c: Verifying Checksum
17:06:19 9790ef26268c: Download complete
17:06:19 25aed361ac42: Download complete
17:06:19 55068da34df0: Download complete
17:06:19 09a44f338e77: Download complete
17:06:19 59981ca0912e: Verifying Checksum
17:06:19 59981ca0912e: Download complete
17:06:19 e1296f9750d0: Verifying Checksum
17:06:19 e1296f9750d0: Download complete
17:06:19 c3af1b130d09: Verifying Checksum
17:06:19 c3af1b130d09: Download complete
17:06:19 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 62%]
$ 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/docker-py_main@tmp/d8aea071-be4a-4f6a-b68c-0e1d088b1ef8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:06:19 9ebbca58a3e5: Verifying Checksum
17:06:19 9ebbca58a3e5: Download complete
17:06:19 7d09f3be4aff: Verifying Checksum
17:06:19 7d09f3be4aff: Download complete
17:06:19 9e205e5c6404: Verifying Checksum
17:06:19 9e205e5c6404: Download complete
17:06:19 02a141eeb747: Verifying Checksum
17:06:19 02a141eeb747: Download complete
17:06:19 d2a88fb6464c: Download complete
17:06:19 f7a66ff4c511: Verifying Checksum
17:06:19 f7a66ff4c511: Download complete
17:06:19 535cbdaaf3c5: Verifying Checksum
17:06:19 535cbdaaf3c5: Download complete
17:06:19 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 62%]
17:06:19 4eedd9c5abf7: Verifying Checksum
17:06:19 4eedd9c5abf7: Download complete
17:06:19 918547b94326: Verifying Checksum
17:06:19 918547b94326: Download complete
17:06:19 2a12d0031f3f: Verifying Checksum
17:06:19 2a12d0031f3f: Download complete
17:06:19 406c88e1abe3: Verifying Checksum
17:06:19 406c88e1abe3: Download complete
17:06:19 2d4866cf6449: Verifying Checksum
17:06:19 2d4866cf6449: Download complete
17:06:19 a7061f070e62: Download complete
17:06:19 a0580403eae7: Verifying Checksum
17:06:19 a0580403eae7: Download complete
17:06:19 7d63ae4b931e: Verifying Checksum
17:06:19 7d63ae4b931e: Download complete
17:06:19 160ccf9226cd: Verifying Checksum
17:06:19 9790ef26268c: Verifying Checksum
17:06:19 9790ef26268c: Download complete
17:06:19 918547b94326: Pull complete
17:06:19 9cdadd40055f: Verifying Checksum
17:06:19 9cdadd40055f: Download complete
17:06:19 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 62%]
17:06:19 02df300aa56e: Verifying Checksum
17:06:19 02df300aa56e: Download complete
17:06:19 25aed361ac42: Download complete
17:06:19 11cdaa9a5824: Verifying Checksum
17:06:19 11cdaa9a5824: Download complete
17:06:19 59981ca0912e: Download complete
17:06:19 55068da34df0: Verifying Checksum
17:06:19 55068da34df0: Download complete
17:06:19 09a44f338e77: Download complete
17:06:19 e1296f9750d0: Verifying Checksum
17:06:19 e1296f9750d0: Download complete
17:06:19 7d09f3be4aff: Verifying Checksum
17:06:19 7d09f3be4aff: Download complete
17:06:19 5d79063a01c5: Pull complete
17:06:20 c3af1b130d09: Verifying Checksum
17:06:20 c3af1b130d09: Download complete
17:06:20 9ebbca58a3e5: Verifying Checksum
17:06:20 9ebbca58a3e5: Download complete
17:06:20 9e205e5c6404: Download complete
17:06:20 02a141eeb747: Verifying Checksum
17:06:20 02a141eeb747: Download complete
17:06:20 d2a88fb6464c: Verifying Checksum
17:06:20 d2a88fb6464c: Download complete
17:06:20 f7a66ff4c511: Verifying Checksum
17:06:20 f7a66ff4c511: Download complete
17:06:20 535cbdaaf3c5: Verifying Checksum
17:06:20 535cbdaaf3c5: Download complete
17:06:20 a0580403eae7: Verifying Checksum
17:06:20 a0580403eae7: Download complete
17:06:20 7d63ae4b931e: Verifying Checksum
17:06:20 7d63ae4b931e: Download complete
17:06:20 918547b94326: Pull complete
17:06:20 160ccf9226cd: Verifying Checksum
17:06:20 160ccf9226cd: Download complete
17:06:20 9790ef26268c: Verifying Checksum
17:06:20 9790ef26268c: Download complete
17:06:20 tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 63%]
17:06:20 9cdadd40055f: Verifying Checksum
17:06:20 9cdadd40055f: Download complete
17:06:20 5d79063a01c5: Pull complete
17:06:20 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 63%]
17:06:20 tests/integration/api_service_test.py::ServiceTest::test_list_services_with_status SKIPPED [ 63%]
17:06:20 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 63%]
17:06:20 918547b94326: Pull complete
17:06:21 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 64%]
17:06:21 9cdadd40055f: Verifying Checksum
17:06:21 9cdadd40055f: Download complete
17:06:21 5d79063a01c5: Pull complete
17:06:21 4eedd9c5abf7: Pull complete
17:06:21 tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 64%]
17:06:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 64%]
17:06:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 64%]
17:06:21 4eedd9c5abf7: Pull complete
17:06:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 65%]
17:06:22 4eedd9c5abf7: Pull complete
17:06:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 65%]
17:06:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 65%]
17:06:23 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 65%]
17:06:23 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 66%]
17:06:23 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 66%]
17:06:23 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 66%]
17:06:24 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 66%]
17:06:24 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 67%]
17:06:25 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 67%]
17:06:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 67%]
17:06:25 9cdadd40055f: Pull complete
17:06:25 2a12d0031f3f: Pull complete
17:06:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 67%]
17:06:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 68%]
17:06:26 2d4866cf6449: Pull complete
17:06:26 406c88e1abe3: Pull complete
17:06:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 68%]
17:06:26 9cdadd40055f: Pull complete
17:06:26 2a12d0031f3f: Pull complete
17:06:26 02df300aa56e: Pull complete
17:06:26 a7061f070e62: Pull complete
17:06:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 68%]
17:06:26 2d4866cf6449: Pull complete
17:06:26 406c88e1abe3: Pull complete
17:06:26 59981ca0912e: Pull complete
17:06:26 02df300aa56e: Pull complete
17:06:26 a7061f070e62: Pull complete
17:06:26 9cdadd40055f: Pull complete
17:06:26 2a12d0031f3f: Pull complete
17:06:26 25aed361ac42: Pull complete
17:06:26 11cdaa9a5824: Pull complete
17:06:26 55068da34df0: Pull complete
17:06:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 68%]
17:06:26 2d4866cf6449: Pull complete
17:06:26 406c88e1abe3: Pull complete
17:06:27 09a44f338e77: Pull complete
17:06:27 e1296f9750d0: Pull complete
17:06:27 c3af1b130d09: Pull complete
17:06:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 69%]
17:06:27 59981ca0912e: Pull complete
17:06:27 25aed361ac42: Pull complete
17:06:27 11cdaa9a5824: Pull complete
17:06:27 55068da34df0: Pull complete
17:06:27 09a44f338e77: Pull complete
17:06:27 02df300aa56e: Pull complete
17:06:27 a7061f070e62: Pull complete
17:06:27 7d09f3be4aff: Pull complete
17:06:27 9ebbca58a3e5: Pull complete
17:06:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_port ERROR [ 69%]
17:06:27 59981ca0912e: Pull complete
17:06:27 e1296f9750d0: Pull complete
17:06:27 c3af1b130d09: Pull complete
17:06:27 7d09f3be4aff: Pull complete
17:06:27 9e205e5c6404: Pull complete
17:06:27 02a141eeb747: Pull complete
17:06:27 d2a88fb6464c: Pull complete
17:06:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 69%]
17:06:27 25aed361ac42: Pull complete
17:06:27 11cdaa9a5824: Pull complete
17:06:27 55068da34df0: Pull complete
17:06:27 9ebbca58a3e5: Pull complete
17:06:27 9e205e5c6404: Pull complete
17:06:27 02a141eeb747: Pull complete
17:06:27 f7a66ff4c511: Pull complete
17:06:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 69%]
17:06:27 09a44f338e77: Pull complete
17:06:27 e1296f9750d0: Pull complete
17:06:27 c3af1b130d09: Pull complete
17:06:27 d2a88fb6464c: Pull complete
17:06:27 f7a66ff4c511: Pull complete
17:06:28 a0580403eae7: Pull complete
17:06:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 70%]
17:06:28 7d09f3be4aff: Pull complete
17:06:28 9ebbca58a3e5: Pull complete
17:06:28 9e205e5c6404: Pull complete
17:06:28 a0580403eae7: Pull complete
17:06:28 535cbdaaf3c5: Pull complete
17:06:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 70%]
17:06:28 02a141eeb747: Pull complete
17:06:28 d2a88fb6464c: Pull complete
17:06:28 f7a66ff4c511: Pull complete
17:06:28 535cbdaaf3c5: Pull complete
17:06:28 7d63ae4b931e: Pull complete
17:06:28 160ccf9226cd: Pull complete
17:06:28 9790ef26268c: Pull complete
17:06:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
17:06:28 7d63ae4b931e: Pull complete
17:06:28 160ccf9226cd: Pull complete
17:06:28 9790ef26268c: Pull complete
17:06:28 Digest: sha256:48cc61185c5b74b16578f33bb212d8ff43747a81f4966d30b3e5440bbe85dae3
17:06:28 Digest: sha256:48cc61185c5b74b16578f33bb212d8ff43747a81f4966d30b3e5440bbe85dae3
17:06:28 Status: Downloaded newer image for dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:06:29 Status: Downloaded newer image for dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:06:29 a0580403eae7: Pull complete
17:06:29 535cbdaaf3c5: Pull complete
17:06:29 7d63ae4b931e: Pull complete
17:06:29 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR  [ 70%]
17:06:29 160ccf9226cd: Pull complete
17:06:29 9790ef26268c: Pull complete
17:06:29 Digest: sha256:48cc61185c5b74b16578f33bb212d8ff43747a81f4966d30b3e5440bbe85dae3
17:06:29 Status: Downloaded newer image for dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:06:29 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR   [ 71%]
17:06:29 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR    [ 71%]
17:06:30 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 71%]
17:06:30 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 71%]
17:06:30 tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR   [ 72%]
17:06:30 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR  [ 72%]
17:06:31 tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 72%]
17:06:31 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 72%]
17:06:31 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 73%]
17:06:32 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 73%]
17:06:32 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 73%]
17:06:32 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 73%]
17:06:32 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 74%]
17:06:33 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 74%]
17:06:33 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 74%]
17:06:33 tests/integration/client_test.py::ClientTest::test_df ERROR              [ 74%]
17:06:34 tests/integration/client_test.py::ClientTest::test_info ERROR            [ 75%]
17:06:34 tests/integration/client_test.py::ClientTest::test_ping ERROR            [ 75%]
17:06:34 tests/integration/client_test.py::ClientTest::test_version ERROR         [ 75%]
17:06:35 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 75%]
17:06:35 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 75%]
17:06:35 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 76%]
17:06:36 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 76%]
17:06:36 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 76%]
17:06:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 76%]
17:06:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 77%]
17:06:36 ============================= test session starts ==============================
17:06:36 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:06:36 cachedir: .pytest_cache
17:06:36 rootdir: /src, configfile: pytest.ini
17:06:36 plugins: timeout-2.1.0, cov-3.0.0
17:06:37 ============================= test session starts ==============================
17:06:37 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:06:37 cachedir: .pytest_cache
17:06:37 rootdir: /src, configfile: pytest.ini
17:06:37 plugins: timeout-2.1.0, cov-3.0.0
17:06:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 77%]
17:06:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 77%]
17:06:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 77%]
17:06:37 collecting ... collected 588 items
17:06:37 
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
17:06:37 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  3%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
17:06:37 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  4%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  5%]
17:06:37 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
17:06:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 78%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroupns SKIPPED [  6%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  7%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_platform PASSED [ 10%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
17:06:38 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_container_stats_with_one_shot PASSED [ 12%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_container_stats_without_streaming PASSED [ 13%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 13%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 14%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 15%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_float PASSED [ 16%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 16%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 17%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 17%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 17%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 18%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 18%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 19%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 19%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
17:06:38 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
17:06:38 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
17:06:38 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
17:06:38 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 20%]
17:06:38 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 20%]
17:06:38 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 21%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 22%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 23%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 24%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
17:06:38 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
17:06:38 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 25%]
17:06:38 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
17:06:38 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
17:06:38 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
17:06:38 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
17:06:38 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 26%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 27%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
17:06:38 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
17:06:38 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
17:06:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 78%]
17:06:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 78%]
17:06:38 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
17:06:38 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
17:06:39 collecting ... collected 588 items
17:06:39 
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
17:06:39 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  3%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
17:06:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  4%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  5%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroupns SKIPPED [  6%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
17:06:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 78%]
17:06:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
17:06:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  7%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_platform PASSED [ 10%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
17:06:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_container_stats_with_one_shot PASSED [ 12%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_container_stats_without_streaming PASSED [ 13%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 13%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 14%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 15%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_float PASSED [ 16%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 16%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 17%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 17%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 17%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 18%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 18%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 19%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 19%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
17:06:39 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
17:06:39 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
17:06:39 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
17:06:39 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 20%]
17:06:39 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 20%]
17:06:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 79%]
17:06:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
17:06:39 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 21%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 22%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 23%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 24%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
17:06:39 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
17:06:39 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 25%]
17:06:39 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
17:06:39 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
17:06:39 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
17:06:39 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
17:06:39 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 26%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 27%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
17:06:39 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
17:06:39 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
17:06:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 79%]
17:06:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
17:06:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
17:06:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 79%]
17:06:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
17:06:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
17:06:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
17:06:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 79%]
17:06:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
17:06:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 80%]
17:06:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
17:06:40 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
17:06:40 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
17:06:40 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
17:06:40 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
17:06:40 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 32%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
17:06:40 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
17:06:40 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 35%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
17:06:40 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 36%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 37%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 38%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
17:06:40 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 39%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 39%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 40%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 40%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
17:06:40 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 41%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 42%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 42%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
17:06:40 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
17:06:40 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
17:06:40 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 43%]
17:06:40 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 43%]
17:06:40 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
17:06:40 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
17:06:40 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
17:06:40 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
17:06:40 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 44%]
17:06:40 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 44%]
17:06:40 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 45%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 45%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
17:06:40 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 46%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 46%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 46%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
17:06:40 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 47%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 47%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 47%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 48%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 48%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 48%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
17:06:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
17:06:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 80%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 49%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 49%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 49%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 50%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 50%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 50%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 51%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 51%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 51%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
17:06:40 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 52%]
17:06:40 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 52%]
17:06:40 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 52%]
17:06:40 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
17:06:40 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
17:06:40 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 53%]
17:06:40 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 53%]
17:06:40 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 53%]
17:06:40 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 53%]
17:06:40 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
17:06:40 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_replicas_simple PASSED [ 54%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_simple PASSED [ 54%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 54%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 54%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_job_simple PASSED [ 55%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
17:06:40 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 55%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 56%]
17:06:40 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
17:06:40 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
17:06:40 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
17:06:40 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
17:06:40 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 57%]
17:06:40 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 57%]
17:06:40 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 58%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 59%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
17:06:40 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
17:06:40 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 60%]
17:06:40 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 60%]
17:06:40 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
17:06:40 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts PASSED [ 61%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_with_network_mode PASSED [ 61%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_without_network PASSED [ 62%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
17:06:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts PASSED [ 63%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_with_network_mode PASSED [ 63%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_without_network PASSED [ 63%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_platform PASSED [ 63%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 64%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 64%]
17:06:40 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 64%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 64%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 65%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 65%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 65%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 65%]
17:06:40 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
17:06:41 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 66%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 66%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 66%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 67%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 67%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 67%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 67%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_short_id PASSED [ 67%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 68%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 68%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 68%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 68%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 68%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
17:06:41 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 69%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 69%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 69%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 69%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 70%]
17:06:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 80%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 70%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 70%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 70%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 71%]
17:06:41 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 71%]
17:06:41 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 71%]
17:06:41 tests/unit/models_images_test.py::ImageTest::test_remove PASSED          [ 71%]
17:06:41 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 71%]
17:06:41 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
17:06:41 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 72%]
17:06:41 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 72%]
17:06:41 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 72%]
17:06:41 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 72%]
17:06:41 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 72%]
17:06:41 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
17:06:41 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 73%]
17:06:41 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 73%]
17:06:41 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 73%]
17:06:41 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 73%]
17:06:41 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
17:06:41 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
17:06:41 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 74%]
17:06:41 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 74%]
17:06:41 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 74%]
17:06:41 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 74%]
17:06:41 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
17:06:41 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 75%]
17:06:41 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 75%]
17:06:41 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 75%]
17:06:41 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 75%]
17:06:41 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 75%]
17:06:41 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
17:06:41 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 76%]
17:06:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 80%]
17:06:41 ============================= test session starts ==============================
17:06:41 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:06:41 cachedir: .pytest_cache
17:06:41 rootdir: /src, configfile: pytest.ini
17:06:41 plugins: timeout-2.1.0, cov-3.0.0
17:06:41 collecting ... collected 588 items
17:06:41 
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
17:06:41 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  3%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
17:06:41 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  4%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  5%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroupns SKIPPED [  6%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  7%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_platform PASSED [ 10%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
17:06:41 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 76%]
17:06:41 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 76%]
17:06:41 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 76%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 77%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 77%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 77%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 77%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 78%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 78%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 78%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 78%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 79%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 79%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 79%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 79%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 80%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 80%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 80%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 81%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 81%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 81%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 82%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 82%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 82%]
17:06:41 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 83%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 83%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
17:06:41 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 84%]
17:06:41 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 84%]
17:06:41 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 84%]
17:06:41 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
17:06:41 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
17:06:41 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
17:06:41 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 85%]
17:06:41 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 85%]
17:06:41 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 85%]
17:06:41 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
17:06:41 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
17:06:41 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
17:06:41 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 86%]
17:06:41 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 86%]
17:06:41 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 86%]
17:06:41 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
17:06:41 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
17:06:41 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
17:06:41 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 87%]
17:06:41 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 87%]
17:06:41 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
17:06:41 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
17:06:41 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
17:06:41 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
17:06:41 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 88%]
17:06:41 tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 81%]
17:06:41 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
17:06:41 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
17:06:41 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
17:06:41 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
17:06:41 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
17:06:41 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 32%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
17:06:41 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
17:06:41 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 35%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
17:06:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 36%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 37%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 38%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
17:06:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 39%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 39%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 40%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 40%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
17:06:41 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 41%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 42%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 42%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
17:06:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
17:06:41 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
17:06:41 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 43%]
17:06:41 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 43%]
17:06:41 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
17:06:41 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
17:06:41 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
17:06:41 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
17:06:41 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 44%]
17:06:41 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 44%]
17:06:41 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 45%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 45%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
17:06:41 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 46%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 46%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 46%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
17:06:41 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 47%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 47%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 47%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 48%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 48%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 48%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 49%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 49%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 49%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 50%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 50%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 50%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 51%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 51%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 51%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
17:06:41 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 52%]
17:06:41 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 52%]
17:06:41 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 52%]
17:06:41 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
17:06:41 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
17:06:41 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 53%]
17:06:41 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 53%]
17:06:41 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 53%]
17:06:41 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 53%]
17:06:41 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
17:06:41 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_replicas_simple PASSED [ 54%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_simple PASSED [ 54%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 54%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 54%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_job_simple PASSED [ 55%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
17:06:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 55%]
17:06:41 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_container_stats_with_one_shot PASSED [ 12%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_container_stats_without_streaming PASSED [ 13%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 13%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 14%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 15%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_float PASSED [ 16%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 16%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 17%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 17%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 17%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 18%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 18%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 19%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 19%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
17:06:41 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
17:06:41 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
17:06:41 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
17:06:41 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 20%]
17:06:41 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 20%]
17:06:41 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 21%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 22%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 23%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 24%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
17:06:41 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
17:06:41 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 25%]
17:06:41 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
17:06:41 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
17:06:41 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 88%]
17:06:41 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
17:06:41 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
17:06:41 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
17:06:41 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 89%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 89%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
17:06:41 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 90%]
17:06:41 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
17:06:41 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
17:06:41 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
17:06:41 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
17:06:41 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
17:06:41 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 91%]
17:06:41 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
17:06:41 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
17:06:41 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
17:06:41 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 92%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 92%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 93%]
17:06:41 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 93%]
17:06:41 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
17:06:41 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
17:06:41 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
17:06:41 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
17:06:41 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 94%]
17:06:41 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
17:06:41 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
17:06:41 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
17:06:41 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
17:06:41 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
17:06:41 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 95%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 96%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
17:06:41 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
17:06:41 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
17:06:41 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 81%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 56%]
17:06:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
17:06:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
17:06:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
17:06:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
17:06:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 57%]
17:06:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 57%]
17:06:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 58%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 59%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
17:06:41 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
17:06:41 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 60%]
17:06:41 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 60%]
17:06:41 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
17:06:41 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts PASSED [ 61%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_with_network_mode PASSED [ 61%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_without_network PASSED [ 62%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts PASSED [ 63%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_with_network_mode PASSED [ 63%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_without_network PASSED [ 63%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_platform PASSED [ 63%]
17:06:41 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
17:06:42 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
17:06:42 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
17:06:42 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 26%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 27%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
17:06:42 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
17:06:42 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
17:06:42 tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 81%]
17:06:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 64%]
17:06:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 64%]
17:06:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 64%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 64%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 65%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 65%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 65%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 65%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 66%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 66%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 66%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 67%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 67%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 67%]
17:06:42 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
17:06:42 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
17:06:42 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 81%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 67%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_short_id PASSED [ 67%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 68%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 68%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 68%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 68%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 68%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
17:06:42 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 69%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 69%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 69%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 69%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 70%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 70%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 70%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 70%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 71%]
17:06:42 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 71%]
17:06:42 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 71%]
17:06:42 tests/unit/models_images_test.py::ImageTest::test_remove PASSED          [ 71%]
17:06:42 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 71%]
17:06:42 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
17:06:42 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 72%]
17:06:42 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 72%]
17:06:42 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
17:06:42 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
17:06:42 
17:06:42 =============================== warnings summary ===============================
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure
17:06:42   /src/tests/unit/ssladapter_test.py:71: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:42     match_hostname(self.cert, 'foobar.co.uk')
17:06:42 
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success
17:06:42   /src/tests/unit/ssladapter_test.py:63: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:42     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
17:06:42 
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure
17:06:42   /src/tests/unit/ssladapter_test.py:67: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:42     match_hostname(self.cert, '192.168.0.25')
17:06:42 
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success
17:06:42   /src/tests/unit/ssladapter_test.py:57: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:42     assert match_hostname(self.cert, '127.0.0.1') is None
17:06:42 
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success
17:06:42   /src/tests/unit/ssladapter_test.py:60: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:42     assert match_hostname(self.cert, 'localhost') is None
17:06:42 
17:06:42 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
17:06:42 
17:06:42 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:06:42 Name                                  Stmts   Miss Branch BrPart  Cover
17:06:42 -----------------------------------------------------------------------
17:06:42 docker/__init__.py                        7      0      0      0   100%
17:06:42 docker/_version.py                        2      0      0      0   100%
17:06:42 docker/api/__init__.py                    1      0      0      0   100%
17:06:42 docker/api/build.py                     127     41     98     21    64%
17:06:42 docker/api/client.py                    269     65     94     11    76%
17:06:42 docker/api/config.py                     31     18      6      0    41%
17:06:42 docker/api/container.py                 289     75    120     28    67%
17:06:42 docker/api/daemon.py                     40      4     16      4    86%
17:06:42 docker/api/exec_api.py                   51     12     26     10    69%
17:06:42 docker/api/image.py                     161     43     64     14    70%
17:06:42 docker/api/network.py                    91     35     50     11    52%
17:06:42 docker/api/plugin.py                     96     68     18      0    26%
17:06:42 docker/api/secret.py                     36     22     10      0    35%
17:06:42 docker/api/service.py                   206    180    155      0     8%
17:06:42 docker/api/swarm.py                     114     71     44      1    29%
17:06:42 docker/api/volume.py                     38      9     16      2    72%
17:06:42 docker/auth.py                          200     16     80     16    89%
17:06:42 docker/client.py                         80      9      4      0    89%
17:06:42 docker/constants.py                      21      0      0      0   100%
17:06:42 docker/context/__init__.py                2      0      0      0   100%
17:06:42 docker/context/api.py                    81     41     40      8    41%
17:06:42 docker/context/config.py                 61     33     22      2    39%
17:06:42 docker/context/context.py               163     96     70      6    32%
17:06:42 docker/credentials/__init__.py            3      0      0      0   100%
17:06:42 docker/credentials/constants.py           4      0      0      0   100%
17:06:42 docker/credentials/errors.py             11      4      8      0    68%
17:06:42 docker/credentials/store.py              47     32     16      0    27%
17:06:42 docker/credentials/utils.py               5      3      0      0    40%
17:06:42 docker/errors.py                        113     27     61      4    77%
17:06:42 docker/models/__init__.py                 0      0      0      0   100%
17:06:42 docker/models/configs.py                 22      8      6      0    64%
17:06:42 docker/models/containers.py             194     11     78      9    91%
17:06:42 docker/models/images.py                 143     55     62      4    55%
17:06:42 docker/models/networks.py                39      7     16      3    75%
17:06:42 docker/models/nodes.py                   16      5      6      0    68%
17:06:42 docker/models/plugins.py                 51     29     12      0    41%
17:06:42 docker/models/resource.py                43      9     10      3    77%
17:06:42 docker/models/secrets.py                 23      4      6      0    79%
17:06:42 docker/models/services.py                89     35     40      4    60%
17:06:42 docker/models/swarm.py                   40     21      8      0    44%
17:06:42 docker/models/volumes.py                 24     10      8      0    56%
17:06:42 docker/tls.py                            35      5     14      5    80%
17:06:42 docker/transport/__init__.py             11      3      0      0    73%
17:06:42 docker/transport/basehttpadapter.py       6      0      4      1    90%
17:06:42 docker/transport/npipeconn.py            53     48     17      0     7%
17:06:42 docker/transport/npipesocket.py         154    150     26      0     2%
17:06:42 docker/transport/sshconn.py             158    102     67      3    32%
17:06:42 docker/transport/ssladapter.py           29      6     10      3    72%
17:06:42 docker/transport/unixconn.py             47      1     15      2    95%
17:06:42 docker/types/__init__.py                  6      0      0      0   100%
17:06:42 docker/types/base.py                      4      0      4      0   100%
17:06:42 docker/types/containers.py              440     79    340     43    82%
17:06:42 docker/types/daemon.py                   33     22     16      0    27%
17:06:42 docker/types/healthcheck.py              43     20      6      0    51%
17:06:42 docker/types/networks.py                 45     14     40     10    65%
17:06:42 docker/types/services.py                347    150    268     45    55%
17:06:42 docker/types/swarm.py                    51     45     44      0    11%
17:06:42 docker/utils/__init__.py                  3      0      0      0   100%
17:06:42 docker/utils/build.py                   152     24     78     10    83%
17:06:42 docker/utils/config.py                   36      1     12      1    96%
17:06:42 docker/utils/decorators.py               33      1     12      1    96%
17:06:42 docker/utils/fnmatch.py                  55     18     28      2    61%
17:06:42 docker/utils/json_stream.py              40      8     14      2    78%
17:06:42 docker/utils/ports.py                    50      3     32      2    91%
17:06:42 docker/utils/proxy.py                    37      1     14      0    98%
17:06:42 docker/utils/socket.py                   96     16     48      9    78%
17:06:42 docker/utils/utils.py                   279     18    173     13    92%
17:06:42 docker/version.py                        11      9      0      0    18%
17:06:42 -----------------------------------------------------------------------
17:06:42 TOTAL                                  5288   1842   2552    313    62%
17:06:42 
17:06:42 =========================== short test summary info ============================
17:06:42 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
17:06:42 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
17:06:42 SKIPPED [1] tests/unit/api_container_test.py:1072: API version is too low (< 1.41)
17:06:42 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
17:06:42 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
17:06:42 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
17:06:42 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
17:06:42 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
17:06:42 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
17:06:42 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
17:06:42 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
17:06:42 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
17:06:42 ============ 576 passed, 11 skipped, 1 xfailed, 5 warnings in 6.67s ============
17:06:42 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 82%]
17:06:42 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 72%]
17:06:42 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 72%]
17:06:42 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 72%]
17:06:42 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
17:06:42 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 73%]
17:06:42 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 73%]
17:06:42 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 73%]
17:06:42 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 73%]
17:06:42 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
17:06:42 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
17:06:42 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 74%]
17:06:42 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 74%]
17:06:42 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 74%]
17:06:42 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 74%]
17:06:42 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
17:06:42 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 75%]
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 75%]
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 75%]
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 75%]
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 75%]
17:06:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
17:06:42 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 76%]
17:06:42 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 76%]
17:06:42 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 76%]
17:06:42 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 76%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 77%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 77%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 77%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 77%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 78%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 78%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 78%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 78%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 79%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 79%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 79%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 79%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 80%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 80%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 80%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
17:06:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
17:06:42 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 81%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 81%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 81%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 82%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 82%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 82%]
17:06:43 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 83%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 83%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
17:06:43 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 84%]
17:06:43 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 84%]
17:06:43 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 84%]
17:06:43 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
17:06:43 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
17:06:43 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
17:06:43 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 85%]
17:06:43 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 85%]
17:06:43 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 85%]
17:06:43 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
17:06:43 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
17:06:43 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
17:06:43 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 86%]
17:06:43 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 86%]
17:06:43 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 86%]
17:06:43 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
17:06:43 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
17:06:43 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
17:06:43 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 87%]
17:06:43 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 87%]
17:06:43 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
17:06:43 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
17:06:43 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
17:06:43 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
17:06:43 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 88%]
17:06:43 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 88%]
17:06:43 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
17:06:43 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
17:06:43 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
17:06:43 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 89%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 89%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
17:06:43 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 90%]
17:06:43 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
17:06:43 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
17:06:43 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
17:06:43 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
17:06:43 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
17:06:43 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 91%]
17:06:43 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
17:06:43 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
17:06:43 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
17:06:43 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 92%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 92%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 93%]
17:06:43 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 93%]
17:06:43 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
17:06:43 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
17:06:43 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
17:06:43 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
17:06:43 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 94%]
17:06:43 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
17:06:43 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
17:06:43 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
17:06:43 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
17:06:43 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
17:06:43 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 95%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 96%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
17:06:43 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
17:06:43 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
17:06:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
[Pipeline] sh
17:06:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
17:06:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
17:06:43 tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 82%]
17:06:43 + docker network create dpy-testnet-54-0-py3.10-19.03.13
17:06:43 6616b99b87c9ff6ec97b85c683c45ad0d58cd4392a38663fc50506f46eb725a4
[Pipeline] sh
17:06:43 tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 82%]
17:06:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
17:06:43 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
17:06:43 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
17:06:43 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
17:06:43 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
17:06:43 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 32%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
17:06:43 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
17:06:43 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
17:06:43 tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 82%]
17:06:43 + docker run --rm -d --name dpy-dind-54-0-py3.10-19.03.13 -v /tmp --privileged --network dpy-testnet-54-0-py3.10-19.03.13 dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e dockerd -H tcp://0.0.0.0:2375
17:06:43 Unable to find image 'dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e' locally
17:06:43 sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e: Pulling from dockerpinata/docker-py
17:06:43 f56be85fc22e: Pulling fs layer
17:06:43 d58d4c931597: Pulling fs layer
17:06:43 b96d85d4996f: Pulling fs layer
17:06:43 706c2d63c933: Pulling fs layer
17:06:43 26aac0a14c67: Pulling fs layer
17:06:43 1521097c886a: Pulling fs layer
17:06:43 26f9058dbce4: Pulling fs layer
17:06:43 1d575c228453: Pulling fs layer
17:06:43 6df30a651483: Pulling fs layer
17:06:43 aa2c4308249c: Pulling fs layer
17:06:43 6b7b64effa13: Pulling fs layer
17:06:43 ff731f3fc2b6: Pulling fs layer
17:06:43 b56a5807622c: Pulling fs layer
17:06:43 aa946b869ae6: Pulling fs layer
17:06:43 9b8e4941d783: Pulling fs layer
17:06:43 6a5d5184a520: Pulling fs layer
17:06:43 b9159dd9cf1e: Pulling fs layer
17:06:43 463395ace5a5: Pulling fs layer
17:06:43 706c2d63c933: Waiting
17:06:43 ff731f3fc2b6: Waiting
17:06:43 26aac0a14c67: Waiting
17:06:43 6a5d5184a520: Waiting
17:06:43 b56a5807622c: Waiting
17:06:43 b9159dd9cf1e: Waiting
17:06:43 aa946b869ae6: Waiting
17:06:43 1521097c886a: Waiting
17:06:43 9b8e4941d783: Waiting
17:06:43 26f9058dbce4: Waiting
17:06:43 aa2c4308249c: Waiting
17:06:43 1d575c228453: Waiting
17:06:43 6b7b64effa13: Waiting
17:06:43 6df30a651483: Waiting
17:06:43 463395ace5a5: Waiting
17:06:43 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
17:06:43 
17:06:43 =============================== warnings summary ===============================
17:06:43 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure
17:06:43   /src/tests/unit/ssladapter_test.py:71: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:43     match_hostname(self.cert, 'foobar.co.uk')
17:06:43 
17:06:43 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success
17:06:43   /src/tests/unit/ssladapter_test.py:63: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:43     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
17:06:43 
17:06:43 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure
17:06:43   /src/tests/unit/ssladapter_test.py:67: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:43     match_hostname(self.cert, '192.168.0.25')
17:06:43 
17:06:43 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success
17:06:43   /src/tests/unit/ssladapter_test.py:57: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:43     assert match_hostname(self.cert, '127.0.0.1') is None
17:06:43 
17:06:43 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success
17:06:43   /src/tests/unit/ssladapter_test.py:60: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:43     assert match_hostname(self.cert, 'localhost') is None
17:06:43 
17:06:43 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
17:06:43 
17:06:43 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:06:43 Name                                  Stmts   Miss Branch BrPart  Cover
17:06:43 -----------------------------------------------------------------------
17:06:43 docker/__init__.py                        7      0      0      0   100%
17:06:43 docker/_version.py                        2      0      0      0   100%
17:06:43 docker/api/__init__.py                    1      0      0      0   100%
17:06:43 docker/api/build.py                     127     41     98     21    64%
17:06:43 docker/api/client.py                    269     65     94     11    76%
17:06:43 docker/api/config.py                     31     18      6      0    41%
17:06:43 docker/api/container.py                 289     75    120     28    67%
17:06:43 docker/api/daemon.py                     40      4     16      4    86%
17:06:43 docker/api/exec_api.py                   51     12     26     10    69%
17:06:43 docker/api/image.py                     161     43     64     14    70%
17:06:43 docker/api/network.py                    91     35     50     11    52%
17:06:43 docker/api/plugin.py                     96     68     18      0    26%
17:06:43 docker/api/secret.py                     36     22     10      0    35%
17:06:43 docker/api/service.py                   206    180    155      0     8%
17:06:43 docker/api/swarm.py                     114     71     44      1    29%
17:06:43 docker/api/volume.py                     38      9     16      2    72%
17:06:43 docker/auth.py                          200     16     80     16    89%
17:06:43 docker/client.py                         80      9      4      0    89%
17:06:43 docker/constants.py                      21      0      0      0   100%
17:06:43 docker/context/__init__.py                2      0      0      0   100%
17:06:43 docker/context/api.py                    81     41     40      8    41%
17:06:43 docker/context/config.py                 61     33     22      2    39%
17:06:43 docker/context/context.py               163     96     70      6    32%
17:06:43 docker/credentials/__init__.py            3      0      0      0   100%
17:06:43 docker/credentials/constants.py           4      0      0      0   100%
17:06:43 docker/credentials/errors.py             11      4      8      0    68%
17:06:43 docker/credentials/store.py              47     32     16      0    27%
17:06:43 docker/credentials/utils.py               5      3      0      0    40%
17:06:43 docker/errors.py                        113     27     61      4    77%
17:06:43 docker/models/__init__.py                 0      0      0      0   100%
17:06:43 docker/models/configs.py                 22      8      6      0    64%
17:06:43 docker/models/containers.py             194     11     78      9    91%
17:06:43 docker/models/images.py                 143     55     62      4    55%
17:06:43 docker/models/networks.py                39      7     16      3    75%
17:06:43 docker/models/nodes.py                   16      5      6      0    68%
17:06:43 docker/models/plugins.py                 51     29     12      0    41%
17:06:43 docker/models/resource.py                43      9     10      3    77%
17:06:43 docker/models/secrets.py                 23      4      6      0    79%
17:06:43 docker/models/services.py                89     35     40      4    60%
17:06:43 docker/models/swarm.py                   40     21      8      0    44%
17:06:43 docker/models/volumes.py                 24     10      8      0    56%
17:06:43 docker/tls.py                            35      5     14      5    80%
17:06:43 docker/transport/__init__.py             11      3      0      0    73%
17:06:43 docker/transport/basehttpadapter.py       6      0      4      1    90%
17:06:43 docker/transport/npipeconn.py            53     48     17      0     7%
17:06:43 docker/transport/npipesocket.py         154    150     26      0     2%
17:06:43 docker/transport/sshconn.py             158    102     67      3    32%
17:06:43 docker/transport/ssladapter.py           29      6     10      3    72%
17:06:43 docker/transport/unixconn.py             47      1     15      2    95%
17:06:43 docker/types/__init__.py                  6      0      0      0   100%
17:06:43 docker/types/base.py                      4      0      4      0   100%
17:06:43 docker/types/containers.py              440     79    340     43    82%
17:06:43 docker/types/daemon.py                   33     22     16      0    27%
17:06:43 docker/types/healthcheck.py              43     20      6      0    51%
17:06:43 docker/types/networks.py                 45     14     40     10    65%
17:06:43 docker/types/services.py                347    150    268     45    55%
17:06:43 docker/types/swarm.py                    51     45     44      0    11%
17:06:43 docker/utils/__init__.py                  3      0      0      0   100%
17:06:43 docker/utils/build.py                   152     24     78     10    83%
17:06:43 docker/utils/config.py                   36      1     12      1    96%
17:06:43 docker/utils/decorators.py               33      1     12      1    96%
17:06:43 docker/utils/fnmatch.py                  55     18     28      2    61%
17:06:43 docker/utils/json_stream.py              40      8     14      2    78%
17:06:43 docker/utils/ports.py                    50      3     32      2    91%
17:06:43 docker/utils/proxy.py                    37      1     14      0    98%
17:06:43 docker/utils/socket.py                   96     16     48      9    78%
17:06:43 docker/utils/utils.py                   279     18    173     13    92%
17:06:43 docker/version.py                        11      9      0      0    18%
17:06:43 -----------------------------------------------------------------------
17:06:43 TOTAL                                  5288   1842   2552    313    62%
17:06:43 
17:06:43 =========================== short test summary info ============================
17:06:43 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
17:06:43 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
17:06:43 SKIPPED [1] tests/unit/api_container_test.py:1072: API version is too low (< 1.41)
17:06:43 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
17:06:43 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
17:06:43 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
17:06:43 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
17:06:43 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
17:06:43 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
17:06:43 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
17:06:43 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
17:06:43 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
17:06:43 ============ 576 passed, 11 skipped, 1 xfailed, 5 warnings in 6.59s ============
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 35%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
17:06:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 36%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 37%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 38%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
17:06:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 39%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 39%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 40%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 40%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
17:06:44 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 41%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 42%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 42%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
17:06:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
17:06:44 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
17:06:44 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 43%]
17:06:44 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 43%]
17:06:44 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
17:06:44 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
17:06:44 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
17:06:44 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
17:06:44 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 44%]
17:06:44 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 44%]
17:06:44 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 45%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 45%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
17:06:44 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 46%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 46%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 46%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
17:06:44 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 47%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 47%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 47%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 48%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 48%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 48%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 49%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 49%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 49%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 50%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 50%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 50%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 51%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 51%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 51%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
17:06:44 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 52%]
17:06:44 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 52%]
17:06:44 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 52%]
17:06:44 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
17:06:44 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
17:06:44 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 53%]
17:06:44 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 53%]
17:06:44 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 53%]
17:06:44 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 53%]
17:06:44 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
17:06:44 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_replicas_simple PASSED [ 54%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_job_simple PASSED [ 54%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 54%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 54%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_job_simple PASSED [ 55%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
17:06:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 55%]
17:06:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 83%]
17:06:44 b96d85d4996f: Download complete
17:06:44 f56be85fc22e: Verifying Checksum
17:06:44 f56be85fc22e: Download complete
17:06:44 d58d4c931597: Verifying Checksum
17:06:44 d58d4c931597: Download complete
17:06:44 f56be85fc22e: Pull complete
17:06:44 706c2d63c933: Verifying Checksum
17:06:44 706c2d63c933: Download complete
17:06:44 26aac0a14c67: Verifying Checksum
17:06:44 26aac0a14c67: Download complete
[Pipeline] sh
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 56%]
17:06:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
17:06:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
17:06:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
17:06:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
17:06:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 57%]
17:06:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 57%]
17:06:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 58%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 59%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
17:06:44 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
17:06:44 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 60%]
17:06:44 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 60%]
17:06:44 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
17:06:44 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts PASSED [ 61%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_with_network_mode PASSED [ 61%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_network_driver_opts_without_network PASSED [ 62%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts PASSED [ 63%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_with_network_mode PASSED [ 63%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_network_driver_opts_without_network PASSED [ 63%]
17:06:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 83%]
17:06:44 1521097c886a: Verifying Checksum
17:06:44 1521097c886a: Download complete
17:06:44 26f9058dbce4: Download complete
17:06:44 6df30a651483: Verifying Checksum
17:06:44 6df30a651483: Download complete
17:06:44 1d575c228453: Verifying Checksum
17:06:44 1d575c228453: Download complete
17:06:44 d58d4c931597: Pull complete
17:06:44 6b7b64effa13: Verifying Checksum
17:06:44 6b7b64effa13: Download complete
17:06:44 b96d85d4996f: Pull complete
17:06:44 aa2c4308249c: Verifying Checksum
17:06:44 aa2c4308249c: Download complete
17:06:44 b56a5807622c: Verifying Checksum
17:06:44 b56a5807622c: Download complete
17:06:44 aa946b869ae6: Verifying Checksum
17:06:44 aa946b869ae6: Download complete
17:06:44 6a5d5184a520: Verifying Checksum
17:06:44 6a5d5184a520: Download complete
17:06:44 + docker network create dpy-testnet-54-0-py3.10-23.0.6
17:06:44 eb842d5a7736ed349727decff1f6786fbc3600cf0741920ec7d1f43953af7089
[Pipeline] sh
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_platform PASSED [ 63%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 64%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 64%]
17:06:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 64%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 64%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 65%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 65%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 65%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 65%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 66%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 66%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 66%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
17:06:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 83%]
17:06:44 b9159dd9cf1e: Verifying Checksum
17:06:44 b9159dd9cf1e: Download complete
17:06:44 463395ace5a5: Verifying Checksum
17:06:44 463395ace5a5: Download complete
17:06:44 9b8e4941d783: Verifying Checksum
17:06:44 9b8e4941d783: Download complete
17:06:44 706c2d63c933: Pull complete
17:06:44 + docker run --rm -d --name dpy-dind-54-0-py3.10-23.0.6 -v /tmp --privileged --network dpy-testnet-54-0-py3.10-23.0.6 dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e dockerd -H tcp://0.0.0.0:2375
17:06:44 Unable to find image 'dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e' locally
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 67%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 67%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 67%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 67%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_short_id PASSED [ 67%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 68%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 68%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 68%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 68%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 68%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
17:06:44 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 69%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 69%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 69%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 69%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 70%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 70%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 70%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 70%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
17:06:44 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
17:06:44 tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 83%]
17:06:44 ff731f3fc2b6: Verifying Checksum
17:06:44 ff731f3fc2b6: Download complete
17:06:45 sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e: Pulling from dockerpinata/docker-py
17:06:45 f56be85fc22e: Pulling fs layer
17:06:45 d58d4c931597: Pulling fs layer
17:06:45 b96d85d4996f: Pulling fs layer
17:06:45 706c2d63c933: Pulling fs layer
17:06:45 26aac0a14c67: Pulling fs layer
17:06:45 1521097c886a: Pulling fs layer
17:06:45 26f9058dbce4: Pulling fs layer
17:06:45 1d575c228453: Pulling fs layer
17:06:45 6df30a651483: Pulling fs layer
17:06:45 aa2c4308249c: Pulling fs layer
17:06:45 6b7b64effa13: Pulling fs layer
17:06:45 ff731f3fc2b6: Pulling fs layer
17:06:45 b56a5807622c: Pulling fs layer
17:06:45 aa946b869ae6: Pulling fs layer
17:06:45 9b8e4941d783: Pulling fs layer
17:06:45 26aac0a14c67: Waiting
17:06:45 6a5d5184a520: Pulling fs layer
17:06:45 b9159dd9cf1e: Pulling fs layer
17:06:45 1521097c886a: Waiting
17:06:45 463395ace5a5: Pulling fs layer
17:06:45 26f9058dbce4: Waiting
17:06:45 1d575c228453: Waiting
17:06:45 6df30a651483: Waiting
17:06:45 706c2d63c933: Waiting
17:06:45 aa946b869ae6: Waiting
17:06:45 aa2c4308249c: Waiting
17:06:45 9b8e4941d783: Waiting
17:06:45 6b7b64effa13: Waiting
17:06:45 b9159dd9cf1e: Waiting
17:06:45 6a5d5184a520: Waiting
17:06:45 ff731f3fc2b6: Waiting
17:06:45 463395ace5a5: Waiting
17:06:45 b96d85d4996f: Verifying Checksum
17:06:45 b96d85d4996f: Download complete
17:06:45 f56be85fc22e: Download complete
17:06:45 d58d4c931597: Verifying Checksum
17:06:45 d58d4c931597: Download complete
17:06:45 f56be85fc22e: Pull complete
17:06:45 706c2d63c933: Verifying Checksum
17:06:45 706c2d63c933: Download complete
17:06:45 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 71%]
17:06:45 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 71%]
17:06:45 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 71%]
17:06:45 tests/unit/models_images_test.py::ImageTest::test_remove PASSED          [ 71%]
17:06:45 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 71%]
17:06:45 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
17:06:45 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 72%]
17:06:45 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 72%]
17:06:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 72%]
17:06:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 72%]
17:06:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 72%]
17:06:45 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
17:06:45 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 73%]
17:06:45 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 73%]
17:06:45 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 73%]
17:06:45 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 73%]
17:06:45 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
17:06:45 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
17:06:45 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 74%]
17:06:45 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 74%]
17:06:45 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 74%]
17:06:45 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 74%]
17:06:45 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
17:06:45 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 75%]
17:06:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 75%]
17:06:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 75%]
17:06:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 75%]
17:06:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 75%]
17:06:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
17:06:45 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 76%]
17:06:45 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 76%]
17:06:45 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 76%]
17:06:45 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 76%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 77%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 77%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 77%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 77%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 78%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 78%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 78%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 78%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 79%]
17:06:45 26aac0a14c67: Pull complete
17:06:45 26aac0a14c67: Verifying Checksum
17:06:45 26aac0a14c67: Download complete
17:06:45 26f9058dbce4: Verifying Checksum
17:06:45 26f9058dbce4: Download complete
17:06:45 6df30a651483: Verifying Checksum
17:06:45 6df30a651483: Download complete
17:06:45 d58d4c931597: Pull complete
17:06:45 1d575c228453: Download complete
17:06:45 1521097c886a: Verifying Checksum
17:06:45 1521097c886a: Download complete
17:06:45 6b7b64effa13: Verifying Checksum
17:06:45 6b7b64effa13: Download complete
17:06:45 b96d85d4996f: Pull complete
17:06:45 b56a5807622c: Verifying Checksum
17:06:45 b56a5807622c: Download complete
17:06:45 aa2c4308249c: Verifying Checksum
17:06:45 aa2c4308249c: Download complete
17:06:45 aa946b869ae6: Verifying Checksum
17:06:45 aa946b869ae6: Download complete
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 79%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 79%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 79%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 80%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 80%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 80%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 81%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 81%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 81%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 82%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 82%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 82%]
17:06:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 83%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 83%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
17:06:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 84%]
17:06:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 84%]
17:06:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 84%]
17:06:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
17:06:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
17:06:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
17:06:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 85%]
17:06:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 85%]
17:06:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 85%]
17:06:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
17:06:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
17:06:45 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
17:06:45 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 86%]
17:06:45 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 86%]
17:06:45 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 86%]
17:06:45 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
17:06:45 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
17:06:45 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
17:06:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 87%]
17:06:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 87%]
17:06:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
17:06:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
17:06:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
17:06:45 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
17:06:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 88%]
17:06:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 88%]
17:06:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
17:06:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
17:06:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
17:06:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 89%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 89%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
17:06:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 90%]
17:06:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
17:06:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
17:06:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
17:06:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
17:06:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
17:06:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 91%]
17:06:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
17:06:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
17:06:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
17:06:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 92%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 92%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 93%]
17:06:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 93%]
17:06:45 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
17:06:45 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
17:06:45 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
17:06:45 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
17:06:45 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 94%]
17:06:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
17:06:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
17:06:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
17:06:45 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
17:06:45 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
17:06:45 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 95%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 96%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
17:06:45 1521097c886a: Pull complete
17:06:45 26f9058dbce4: Pull complete
17:06:45 1d575c228453: Pull complete
17:06:45 tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 84%]
17:06:45 6a5d5184a520: Verifying Checksum
17:06:45 6a5d5184a520: Download complete
17:06:45 b9159dd9cf1e: Download complete
17:06:45 463395ace5a5: Download complete
17:06:45 9b8e4941d783: Verifying Checksum
17:06:45 9b8e4941d783: Download complete
17:06:45 706c2d63c933: Pull complete
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
17:06:45 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
17:06:45 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
17:06:45 6df30a651483: Pull complete
17:06:45 aa2c4308249c: Pull complete
17:06:45 tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 84%]
17:06:45 ff731f3fc2b6: Verifying Checksum
17:06:45 ff731f3fc2b6: Download complete
17:06:45 6b7b64effa13: Pull complete
17:06:45 tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 84%]
17:06:46 26aac0a14c67: Pull complete
17:06:46 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
17:06:46 
17:06:46 =============================== warnings summary ===============================
17:06:46 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure
17:06:46   /src/tests/unit/ssladapter_test.py:71: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:46     match_hostname(self.cert, 'foobar.co.uk')
17:06:46 
17:06:46 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success
17:06:46   /src/tests/unit/ssladapter_test.py:63: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:46     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
17:06:46 
17:06:46 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure
17:06:46   /src/tests/unit/ssladapter_test.py:67: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:46     match_hostname(self.cert, '192.168.0.25')
17:06:46 
17:06:46 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success
17:06:46   /src/tests/unit/ssladapter_test.py:57: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:46     assert match_hostname(self.cert, '127.0.0.1') is None
17:06:46 
17:06:46 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success
17:06:46   /src/tests/unit/ssladapter_test.py:60: DeprecationWarning: ssl.match_hostname() is deprecated
17:06:46     assert match_hostname(self.cert, 'localhost') is None
17:06:46 
17:06:46 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
17:06:46 
17:06:46 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:06:46 Name                                  Stmts   Miss Branch BrPart  Cover
17:06:46 -----------------------------------------------------------------------
17:06:46 docker/__init__.py                        7      0      0      0   100%
17:06:46 docker/_version.py                        2      0      0      0   100%
17:06:46 docker/api/__init__.py                    1      0      0      0   100%
17:06:46 docker/api/build.py                     127     41     98     21    64%
17:06:46 docker/api/client.py                    269     65     94     11    76%
17:06:46 docker/api/config.py                     31     18      6      0    41%
17:06:46 docker/api/container.py                 289     75    120     28    67%
17:06:46 docker/api/daemon.py                     40      4     16      4    86%
17:06:46 docker/api/exec_api.py                   51     12     26     10    69%
17:06:46 docker/api/image.py                     161     43     64     14    70%
17:06:46 docker/api/network.py                    91     35     50     11    52%
17:06:46 docker/api/plugin.py                     96     68     18      0    26%
17:06:46 docker/api/secret.py                     36     22     10      0    35%
17:06:46 docker/api/service.py                   206    180    155      0     8%
17:06:46 docker/api/swarm.py                     114     71     44      1    29%
17:06:46 docker/api/volume.py                     38      9     16      2    72%
17:06:46 docker/auth.py                          200     16     80     16    89%
17:06:46 docker/client.py                         80      9      4      0    89%
17:06:46 docker/constants.py                      21      0      0      0   100%
17:06:46 docker/context/__init__.py                2      0      0      0   100%
17:06:46 docker/context/api.py                    81     41     40      8    41%
17:06:46 docker/context/config.py                 61     33     22      2    39%
17:06:46 docker/context/context.py               163     96     70      6    32%
17:06:46 docker/credentials/__init__.py            3      0      0      0   100%
17:06:46 docker/credentials/constants.py           4      0      0      0   100%
17:06:46 docker/credentials/errors.py             11      4      8      0    68%
17:06:46 docker/credentials/store.py              47     32     16      0    27%
17:06:46 docker/credentials/utils.py               5      3      0      0    40%
17:06:46 docker/errors.py                        113     27     61      4    77%
17:06:46 docker/models/__init__.py                 0      0      0      0   100%
17:06:46 docker/models/configs.py                 22      8      6      0    64%
17:06:46 docker/models/containers.py             194     11     78      9    91%
17:06:46 docker/models/images.py                 143     55     62      4    55%
17:06:46 docker/models/networks.py                39      7     16      3    75%
17:06:46 docker/models/nodes.py                   16      5      6      0    68%
17:06:46 docker/models/plugins.py                 51     29     12      0    41%
17:06:46 docker/models/resource.py                43      9     10      3    77%
17:06:46 docker/models/secrets.py                 23      4      6      0    79%
17:06:46 docker/models/services.py                89     35     40      4    60%
17:06:46 docker/models/swarm.py                   40     21      8      0    44%
17:06:46 docker/models/volumes.py                 24     10      8      0    56%
17:06:46 docker/tls.py                            35      5     14      5    80%
17:06:46 docker/transport/__init__.py             11      3      0      0    73%
17:06:46 docker/transport/basehttpadapter.py       6      0      4      1    90%
17:06:46 docker/transport/npipeconn.py            53     48     17      0     7%
17:06:46 docker/transport/npipesocket.py         154    150     26      0     2%
17:06:46 docker/transport/sshconn.py             158    102     67      3    32%
17:06:46 docker/transport/ssladapter.py           29      6     10      3    72%
17:06:46 docker/transport/unixconn.py             47      1     15      2    95%
17:06:46 docker/types/__init__.py                  6      0      0      0   100%
17:06:46 docker/types/base.py                      4      0      4      0   100%
17:06:46 docker/types/containers.py              440     79    340     43    82%
17:06:46 docker/types/daemon.py                   33     22     16      0    27%
17:06:46 docker/types/healthcheck.py              43     20      6      0    51%
17:06:46 docker/types/networks.py                 45     14     40     10    65%
17:06:46 docker/types/services.py                347    150    268     45    55%
17:06:46 docker/types/swarm.py                    51     45     44      0    11%
17:06:46 docker/utils/__init__.py                  3      0      0      0   100%
17:06:46 docker/utils/build.py                   152     24     78     10    83%
17:06:46 docker/utils/config.py                   36      1     12      1    96%
17:06:46 docker/utils/decorators.py               33      1     12      1    96%
17:06:46 docker/utils/fnmatch.py                  55     18     28      2    61%
17:06:46 docker/utils/json_stream.py              40      8     14      2    78%
17:06:46 docker/utils/ports.py                    50      3     32      2    91%
17:06:46 docker/utils/proxy.py                    37      1     14      0    98%
17:06:46 docker/utils/socket.py                   96     16     48      9    78%
17:06:46 docker/utils/utils.py                   279     18    173     13    92%
17:06:46 docker/version.py                        11      9      0      0    18%
17:06:46 -----------------------------------------------------------------------
17:06:46 TOTAL                                  5288   1842   2552    313    62%
17:06:46 
17:06:46 =========================== short test summary info ============================
17:06:46 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
17:06:46 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
17:06:46 SKIPPED [1] tests/unit/api_container_test.py:1072: API version is too low (< 1.41)
17:06:46 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
17:06:46 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
17:06:46 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
17:06:46 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
17:06:46 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
17:06:46 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
17:06:46 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
17:06:46 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
17:06:46 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
17:06:46 ============ 576 passed, 11 skipped, 1 xfailed, 5 warnings in 6.68s ============
17:06:46 tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 84%]
17:06:46 1521097c886a: Pull complete
17:06:46 26f9058dbce4: Pull complete
17:06:46 1d575c228453: Pull complete
17:06:46 tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 85%]
17:06:46 6df30a651483: Pull complete
17:06:46 aa2c4308249c: Pull complete
17:06:46 tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 85%]
[Pipeline] sh
17:06:46 ff731f3fc2b6: Pull complete
17:06:46 b56a5807622c: Pull complete
17:06:46 aa946b869ae6: Pull complete
17:06:46 9b8e4941d783: Pull complete
17:06:46 6b7b64effa13: Pull complete
17:06:46 tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 85%]
17:06:47 + docker network create dpy-testnet-54-0-py3.10-24.0.0-rc.2
17:06:47 b8c16dca37279930939ddb055270663a45bd06667231956a401cc156271a8981
[Pipeline] sh
17:06:47 6a5d5184a520: Pull complete
17:06:47 b9159dd9cf1e: Pull complete
17:06:47 463395ace5a5: Pull complete
17:06:47 Digest: sha256:09c0631d58c041e4b110fa14076b73f26eca26838fdf0ea32464275952977cf5
17:06:47 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:06:47 + docker run --rm -d --name dpy-dind-54-0-py3.10-24.0.0-rc.2 -v /tmp --privileged --network dpy-testnet-54-0-py3.10-24.0.0-rc.2 dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e dockerd -H tcp://0.0.0.0:2375
17:06:47 Unable to find image 'dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e' locally
17:06:47 sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e: Pulling from dockerpinata/docker-py
17:06:47 f56be85fc22e: Pulling fs layer
17:06:47 d58d4c931597: Pulling fs layer
17:06:47 b96d85d4996f: Pulling fs layer
17:06:47 706c2d63c933: Pulling fs layer
17:06:47 26aac0a14c67: Pulling fs layer
17:06:47 1521097c886a: Pulling fs layer
17:06:47 26f9058dbce4: Pulling fs layer
17:06:47 1d575c228453: Pulling fs layer
17:06:47 6df30a651483: Pulling fs layer
17:06:47 aa2c4308249c: Pulling fs layer
17:06:47 6b7b64effa13: Pulling fs layer
17:06:47 ff731f3fc2b6: Pulling fs layer
17:06:47 b56a5807622c: Pulling fs layer
17:06:47 706c2d63c933: Waiting
17:06:47 aa946b869ae6: Pulling fs layer
17:06:47 1521097c886a: Waiting
17:06:47 26aac0a14c67: Waiting
17:06:47 9b8e4941d783: Pulling fs layer
17:06:47 26f9058dbce4: Waiting
17:06:47 6a5d5184a520: Pulling fs layer
17:06:47 b9159dd9cf1e: Pulling fs layer
17:06:47 463395ace5a5: Pulling fs layer
17:06:47 6df30a651483: Waiting
17:06:47 1d575c228453: Waiting
17:06:47 6b7b64effa13: Waiting
17:06:47 aa2c4308249c: Waiting
17:06:47 ff731f3fc2b6: Waiting
17:06:47 aa946b869ae6: Waiting
17:06:47 b56a5807622c: Waiting
17:06:47 b9159dd9cf1e: Waiting
17:06:47 tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 85%]
17:06:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 86%]
17:06:47 b96d85d4996f: Download complete
17:06:47 f56be85fc22e: Verifying Checksum
17:06:47 f56be85fc22e: Download complete
17:06:47 d58d4c931597: Verifying Checksum
17:06:47 d58d4c931597: Download complete
17:06:47 706c2d63c933: Verifying Checksum
17:06:47 706c2d63c933: Download complete
17:06:47 f56be85fc22e: Pull complete
17:06:47 26f9058dbce4: Verifying Checksum
17:06:47 26f9058dbce4: Download complete
17:06:47 26aac0a14c67: Verifying Checksum
17:06:47 26aac0a14c67: Download complete
17:06:47 1521097c886a: Verifying Checksum
17:06:47 1521097c886a: Download complete
17:06:47 ff731f3fc2b6: Pull complete
17:06:47 b56a5807622c: Pull complete
17:06:47 aa946b869ae6: Pull complete
17:06:47 9b8e4941d783: Pull complete
17:06:47 6a5d5184a520: Pull complete
17:06:47 6df30a651483: Verifying Checksum
17:06:47 6df30a651483: Download complete
17:06:47 1d575c228453: Verifying Checksum
17:06:47 1d575c228453: Download complete
17:06:47 6b7b64effa13: Verifying Checksum
17:06:47 6b7b64effa13: Download complete
17:06:47 d58d4c931597: Pull complete
17:06:47 aa2c4308249c: Verifying Checksum
17:06:47 aa2c4308249c: Download complete
17:06:47 b56a5807622c: Verifying Checksum
17:06:47 b56a5807622c: Download complete
17:06:47 aa946b869ae6: Verifying Checksum
17:06:47 aa946b869ae6: Download complete
17:06:47 b96d85d4996f: Pull complete
17:06:47 9b8e4941d783: Verifying Checksum
17:06:47 9b8e4941d783: Download complete
17:06:47 6a5d5184a520: Verifying Checksum
17:06:47 6a5d5184a520: Download complete
17:06:47 b9159dd9cf1e: Verifying Checksum
17:06:47 b9159dd9cf1e: Download complete
17:06:47 463395ace5a5: Verifying Checksum
17:06:47 463395ace5a5: Download complete
17:06:48 b9159dd9cf1e: Pull complete
17:06:48 463395ace5a5: Pull complete
17:06:48 Digest: sha256:09c0631d58c041e4b110fa14076b73f26eca26838fdf0ea32464275952977cf5
17:06:48 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:06:48 706c2d63c933: Pull complete
17:06:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 86%]
17:06:48 ff731f3fc2b6: Verifying Checksum
17:06:48 ff731f3fc2b6: Download complete
17:06:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 86%]
17:06:48 ede8c0e4a46165788cb9e50cad84ae20feba178d4eb02502fe3a0efbb07c4d34
17:06:48 26aac0a14c67: Pull complete
17:06:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 86%]
[Pipeline] sh
17:06:48 1521097c886a: Pull complete
17:06:48 26f9058dbce4: Pull complete
17:06:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 87%]
17:06:49 + docker run --rm --name dpy-tests-54-0-py3.10-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-54-0-py3.10-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-54-0-py3.10-19.03.13 --volumes-from dpy-dind-54-0-py3.10-19.03.13 -v /home/ubuntu/workspace/docker-py_main@tmp/97d47095-8f89-4fdc-bcdf-06bc9af6a1a1/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/integration
17:06:49 1d575c228453: Pull complete
17:06:49 6df30a651483: Pull complete
17:06:49 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 87%]
17:06:49 aa2c4308249c: Pull complete
17:06:49 6b7b64effa13: Pull complete
17:06:49 8fe43570a1653a430cf20c9fc5a15b8741b8e6dff7e92f8863b5fb51ba5952e3
17:06:49 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 87%]
[Pipeline] sh
17:06:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 87%]
17:06:49 + docker run --rm --name dpy-tests-54-0-py3.10-23.0.6 -e DOCKER_HOST=tcp://dpy-dind-54-0-py3.10-23.0.6:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-54-0-py3.10-23.0.6 --volumes-from dpy-dind-54-0-py3.10-23.0.6 -v /home/ubuntu/workspace/docker-py_main@tmp/b336a930-f545-4c71-a8d6-e2eb89d5a8b1/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/integration
17:06:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 88%]
17:06:50 ff731f3fc2b6: Pull complete
17:06:50 b56a5807622c: Pull complete
17:06:50 aa946b869ae6: Pull complete
17:06:50 9b8e4941d783: Pull complete
17:06:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 88%]
17:06:50 ============================= test session starts ==============================
17:06:50 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:06:50 cachedir: .pytest_cache
17:06:50 rootdir: /src, configfile: pytest.ini
17:06:50 plugins: timeout-2.1.0, cov-3.0.0
17:06:50 6a5d5184a520: Pull complete
17:06:50 b9159dd9cf1e: Pull complete
17:06:50 463395ace5a5: Pull complete
17:06:50 Digest: sha256:09c0631d58c041e4b110fa14076b73f26eca26838fdf0ea32464275952977cf5
17:06:50 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-9cadad009e6aa78e15d752e2011705d7d91b8d2e
17:06:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 88%]
17:06:50 ============================= test session starts ==============================
17:06:50 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:06:50 cachedir: .pytest_cache
17:06:50 rootdir: /src, configfile: pytest.ini
17:06:50 plugins: timeout-2.1.0, cov-3.0.0
17:06:50 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 88%]
17:06:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 89%]
17:06:51 046024a6394fa2fcfa2cd7d6cb32eced22b3a5f64627aa688b0ed0ac24bd9fa1
17:06:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 89%]
17:06:51 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 89%]
17:06:51 collecting ... collected 404 items
17:06:51 
[Pipeline] sh
17:06:52 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [  0%]
17:06:52 collecting ... collected 404 items
17:06:52 
17:06:52 + docker run --rm --name dpy-tests-54-0-py3.10-24.0.0-rc.2 -e DOCKER_HOST=tcp://dpy-dind-54-0-py3.10-24.0.0-rc.2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-54-0-py3.10-24.0.0-rc.2 --volumes-from dpy-dind-54-0-py3.10-24.0.0-rc.2 -v /home/ubuntu/workspace/docker-py_main@tmp/d8aea071-be4a-4f6a-b68c-0e1d088b1ef8/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-9cadad009e6aa78e15d752e2011705d7d91b8d2e py.test -v -rxs --cov=docker tests/integration
17:06:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 89%]
17:06:52 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [  0%]
17:06:52 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [  0%]
17:06:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 90%]
17:06:52 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [  0%]
17:06:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 90%]
17:06:52 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [  0%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [  1%]
17:06:53 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 90%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [  0%]
17:06:53 ============================= test session starts ==============================
17:06:53 platform linux -- Python 3.10.11, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python
17:06:53 cachedir: .pytest_cache
17:06:53 rootdir: /src, configfile: pytest.ini
17:06:53 plugins: timeout-2.1.0, cov-3.0.0
17:06:53 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 90%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [  0%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [  1%]
17:06:53 tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 91%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [  0%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [  1%]
17:06:53 tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 91%]
17:06:53 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
17:06:53 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
17:06:53 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [  1%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [  1%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [  1%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [  2%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [  1%]
17:06:54 tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 92%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR  [  2%]
17:06:54 tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 92%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [  1%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [  2%]
17:06:54 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 92%]
17:06:54 tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [  2%]
17:06:55 collecting ... collected 404 items
17:06:55 
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target ERROR [  0%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [  2%]
17:06:55 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 92%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR  [  2%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio ERROR [  0%]
17:06:55 tests/integration/models_services_test.py::ServiceTest::test_get ERROR   [ 93%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [  2%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [  0%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR  [  3%]
17:06:55 tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 93%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [  2%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR [  0%]
17:06:55 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [  3%]
17:06:55 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 93%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [  3%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR  [  3%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [  3%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [  1%]
17:06:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 93%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [  3%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [  4%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [  1%]
17:06:56 tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 94%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [  3%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [  4%]
17:06:56 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [  1%]
17:06:57 tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 94%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [  3%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [  1%]
17:06:57 tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 94%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [  4%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_isolation ERROR [  2%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [  4%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [  4%]
17:06:57 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 94%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [  4%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_labels ERROR  [  2%]
17:06:57 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 95%]
17:06:57 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [  4%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [  2%]
17:06:58 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 95%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [  5%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [  4%]
17:06:58 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 95%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [  5%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [  5%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_shmsize ERROR [  2%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [  5%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [  5%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_squash ERROR  [  3%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL  [  5%]
17:06:58 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [  5%]
17:06:58 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 95%]
17:06:59 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data ERROR [  3%]
17:06:59 tests/integration/api_client_test.py::InformationTest::test_info ERROR   [  6%]
17:06:59 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 96%]
17:06:59 tests/integration/api_build_test.py::BuildTest::test_build_streaming ERROR [  3%]
17:06:59 tests/integration/api_client_test.py::InformationTest::test_version ERROR [  6%]
17:06:59 tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 96%]
17:06:59 tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL  [  5%]
17:06:59 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs ERROR [  3%]
17:06:59 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 96%]
17:06:59 tests/integration/api_client_test.py::InformationTest::test_info ERROR   [  6%]
17:06:59 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [  4%]
17:06:59 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream XFAIL [ 96%]
17:06:59 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [  6%]
17:06:59 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [  6%]
17:06:59 tests/integration/api_client_test.py::InformationTest::test_version ERROR [  6%]
17:07:00 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [  4%]
17:07:00 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 97%]
17:07:00 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [  6%]
17:07:00 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 97%]
17:07:00 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [  6%]
17:07:00 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [  7%]
17:07:00 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [  4%]
17:07:00 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [  7%]
17:07:00 tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [  7%]
17:07:00 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [  4%]
17:07:01 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 97%]
17:07:01 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 97%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [  7%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [  7%]
17:07:01 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [  5%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating ERROR [  7%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [  7%]
17:07:01 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy ERROR [  5%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [  8%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating ERROR [  7%]
17:07:01 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 98%]
17:07:01 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [  5%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [  8%]
17:07:01 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [  8%]
17:07:01 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 98%]
17:07:01 tests/integration/api_build_test.py::BuildTest::test_prune_builds XFAIL  [  5%]
17:07:02 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [  8%]
17:07:02 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 98%]
17:07:02 tests/integration/api_client_test.py::InformationTest::test_info ERROR   [  6%]
17:07:02 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 98%]
17:07:02 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [  8%]
17:07:02 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [  8%]
17:07:02 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 99%]
17:07:02 tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [  8%]
17:07:02 tests/integration/api_client_test.py::InformationTest::test_version ERROR [  6%]
17:07:02 tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [  9%]
17:07:02 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 99%]
17:07:02 tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [  8%]
17:07:02 tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [  9%]
17:07:03 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init ERROR [  6%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [  9%]
17:07:03 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 99%]
17:07:03 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout ERROR [  6%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [  9%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cgroupns SKIPPED [  9%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [  9%]
17:07:03 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings ERROR [  7%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
17:07:03 tests/integration/credentials/store_test.py::TestStore::test_unavailable_store ERROR [ 99%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [  9%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cgroupns SKIPPED [  9%]
17:07:03 tests/integration/api_config_test.py::ConfigAPITest::test_create_config ERROR [  7%]
17:07:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 10%]
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
17:07:04 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data ERROR [  7%]
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 10%]
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 10%]
17:07:04 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating ERROR [  7%]
17:07:04 tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [100%]
17:07:04 
17:07:04 ==================================== ERRORS ====================================
17:07:04 _________ ERROR at setup of BuildTest.test_build_container_with_target _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of BuildTest.test_build_isolation _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of BuildTest.test_build_labels _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of BuildTest.test_build_shmsize ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of BuildTest.test_build_squash _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of BuildTest.test_build_streaming _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of InformationTest.test_info __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of InformationTest.test_version ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ConfigAPITest.test_create_config ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ConfigAPITest.test_create_config_with_templating ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ListContainersTest.test_list_containers ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of CreateContainerTest.test_create _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of CreateContainerTest.test_create_with_init __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of CreateContainerTest.test_create_with_links _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of RenameContainerTest.test_rename_container __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of StartContainerTest.test_start_container ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of WaitTest.test_wait _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of LogsTest.test_logs _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of LogsTest.test_logs_with_until ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of DiffTest.test_diff _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of StopTest.test_stop _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of KillTest.test_kill _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of KillTest.test_kill_with_signal _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of PortTest.test_port _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of RestartContainerTest.test_restart ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of RemoveContainerTest.test_remove _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_http _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_ws __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of PauseTest.test_pause_unpause ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of PruneTest.test_prune_containers _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of ContainerUpdateTest.test_update_container __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of LinkTest.test_remove_link __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ExecTest.test_detach_with_default ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ExecTest.test_exec_command_string ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ExecTest.test_exec_inspect _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ExecTest.test_execute_command ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 10%]
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ListImagesTest.test_images _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of PullImageTest.test_pull ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________________ ERROR at setup of CommitTest.test_commit ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of RemoveImageTest.test_remove _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of TestNetworks.test_connect_with_mac_address _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of TestNetworks.test_create_internal_networks _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of TestNetworks.test_create_network_attachable _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of TestNetworks.test_create_network_ingress __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of TestNetworks.test_create_with_links _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of TestNetworks.test_inspect_network ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of TestNetworks.test_list_networks _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of TestNetworks.test_prune_networks ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of TestNetworks.test_remove_network ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of PluginTest.test_configure_plugin ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_create_plugin ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_disable_plugin _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_enable_plugin ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_install_plugin _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of PluginTest.test_list_plugins ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_remove_plugin ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of SecretAPITest.test_create_secret ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_create_service_with_config _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ServiceTest.test_create_service_with_env __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of ServiceTest.test_create_service_with_init __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_placement_maxreplicas _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_create_service_with_sysctl _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ServiceTest.test_list_services _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ServiceTest.test_service_logs ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_update_service_force_update ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of SwarmTest.test_init_swarm_data_path_port __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of SwarmTest.test_inspect_node _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of SwarmTest.test_list_nodes __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of SwarmTest.test_update_node _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of SwarmTest.test_update_swarm _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestVolumes.test_create_volume _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestVolumes.test_list_volumes ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestVolumes.test_remove_volume _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________________ ERROR at setup of ClientTest.test_df _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________________ ERROR at setup of ClientTest.test_info ____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________________ ERROR at setup of ClientTest.test_ping ____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ClientTest.test_version ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ContainerCollectionTest.test_get ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ContainerCollectionTest.test_list ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of ContainerCollectionTest.test_run ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ContainerTest.test_commit __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_diff ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_kill ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_logs ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_pause __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ContainerTest.test_remove __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ContainerTest.test_rename __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ContainerTest.test_restart _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_start __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_stats __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_stop ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________________ ERROR at setup of ContainerTest.test_top ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________________ ERROR at setup of ContainerTest.test_update __________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ContainerTest.test_wait ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ImageCollectionTest.test_build _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ImageCollectionTest.test_list ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ImageCollectionTest.test_pull ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____________ ERROR at setup of NetworkCollectionTest.test_create ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of NetworkCollectionTest.test_get _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of NodesTest.test_list_get_update _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________________ ERROR at setup of ModelTest.test_reload ____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ServiceTest.test_create ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________ ERROR at setup of ServiceTest.test_create_with_network ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ServiceTest.test_force_update_service ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________________ ERROR at setup of ServiceTest.test_get ____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of ServiceTest.test_list_remove ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of ServiceTest.test_scale_service _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ___________________ ERROR at setup of ServiceTest.test_tasks ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________________ ERROR at setup of ServiceTest.test_update ___________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of VolumesTest.test_create_get _________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of VolumesTest.test_list_remove ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of TestStore.test_store_and_get ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestStore.test_get_nonexistent _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestStore.test_store_and_erase _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 _______________ ERROR at setup of TestStore.test_unicode_strings _______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ____________________ ERROR at setup of TestStore.test_list _____________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ______________ ERROR at setup of TestStore.test_unavailable_store ______________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 ________________ ERROR at setup of test_create_environment_dict ________________
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:07:04     conn = connection.create_connection(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:07:04     raise err
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:07:04     sock.connect(sa)
17:07:04 E   ConnectionRefusedError: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:07:04     httplib_response = self._make_request(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:07:04     conn.request(method, url, **httplib_request_kw)
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:07:04     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:07:04 /usr/local/lib/python3.10/http/client.py:1283: in request
17:07:04     self._send_request(method, url, body, headers, encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:07:04     self.endheaders(body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:07:04     self._send_output(message_body, encode_chunked=encode_chunked)
17:07:04 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:07:04     self.send(msg)
17:07:04 /usr/local/lib/python3.10/http/client.py:976: in send
17:07:04     self.connect()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:07:04     conn = self._new_conn()
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:07:04     raise NewConnectionError(
17:07:04 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:07:04     resp = conn.urlopen(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:07:04     retries = retries.increment(
17:07:04 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:07:04     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:07:04 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 docker/api/client.py:214: in _retrieve_server_version
17:07:04     return self.version(api_version=False)["ApiVersion"]
17:07:04 docker/api/daemon.py:181: in version
17:07:04     return self._result(self._get(url), json=True)
17:07:04 docker/utils/decorators.py:46: in inner
17:07:04     return f(self, *args, **kwargs)
17:07:04 docker/api/client.py:237: in _get
17:07:04     return self.get(url, **self._set_request_timeout(kwargs))
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:07:04     return self.request("GET", url, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:07:04     resp = self.send(prep, **send_kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:07:04     r = adapter.send(request, **kwargs)
17:07:04 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:07:04     raise ConnectionError(e, request=request)
17:07:04 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 During handling of the above exception, another exception occurred:
17:07:04 tests/integration/conftest.py:14: in setup_test_session
17:07:04     c = docker.APIClient(version='auto', **kwargs_from_env())
17:07:04 docker/api/client.py:197: in __init__
17:07:04     self._version = self._retrieve_server_version()
17:07:04 docker/api/client.py:221: in _retrieve_server_version
17:07:04     raise DockerException(
17:07:04 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.12', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b99c37d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:07:04 
17:07:04 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:07:04 Name                                  Stmts   Miss Branch BrPart  Cover
17:07:04 -----------------------------------------------------------------------
17:07:04 docker/__init__.py                        7      0      0      0   100%
17:07:04 docker/_version.py                        2      0      0      0   100%
17:07:04 docker/api/__init__.py                    1      0      0      0   100%
17:07:04 docker/api/build.py                     127    112     98      0     8%
17:07:04 docker/api/client.py                    269    156     94     11    35%
17:07:04 docker/api/config.py                     31     18      6      0    41%
17:07:04 docker/api/container.py                 289    223    120      0    17%
17:07:04 docker/api/daemon.py                     40     27     16      0    27%
17:07:04 docker/api/exec_api.py                   51     41     26      0    16%
17:07:04 docker/api/image.py                     161    127     64      0    16%
17:07:04 docker/api/network.py                    91     74     50      0    13%
17:07:04 docker/api/plugin.py                     96     68     18      0    26%
17:07:04 docker/api/secret.py                     36     22     10      0    35%
17:07:04 docker/api/service.py                   206    180    155      0     8%
17:07:04 docker/api/swarm.py                     114     81     44      0    22%
17:07:04 docker/api/volume.py                     38     29     16      0    20%
17:07:04 docker/auth.py                          200    130     80     10    30%
17:07:04 docker/client.py                         80     18      4      1    77%
17:07:04 docker/constants.py                      21      0      0      0   100%
17:07:04 docker/context/__init__.py                2      0      0      0   100%
17:07:04 docker/context/api.py                    81     57     40      0    21%
17:07:04 docker/context/config.py                 61     42     22      1    24%
17:07:04 docker/context/context.py               163    113     70      2    23%
17:07:04 docker/credentials/__init__.py            3      0      0      0   100%
17:07:04 docker/credentials/constants.py           4      0      0      0   100%
17:07:04 docker/credentials/errors.py             11      4      8      0    68%
17:07:04 docker/credentials/store.py              47     32     16      0    27%
17:07:04 docker/credentials/utils.py               5      3      0      0    40%
17:07:04 docker/errors.py                        113     61     61      0    53%
17:07:04 docker/models/__init__.py                 0      0      0      0   100%
17:07:04 docker/models/configs.py                 22      8      6      0    64%
17:07:04 docker/models/containers.py             194    137     78      0    22%
17:07:04 docker/models/images.py                 143     93     62      0    27%
17:07:04 docker/models/networks.py                39     20     16      0    42%
17:07:04 docker/models/nodes.py                   16      5      6      0    68%
17:07:04 docker/models/plugins.py                 51     29     12      0    41%
17:07:04 docker/models/resource.py                43     24     10      0    43%
17:07:04 docker/models/secrets.py                 23      9      6      0    62%
17:07:04 docker/models/services.py                89     63     40      0    23%
17:07:04 docker/models/swarm.py                   40     21      8      0    44%
17:07:04 docker/models/volumes.py                 24     10      8      0    56%
17:07:04 docker/tls.py                            35     24     14      0    27%
17:07:04 docker/transport/__init__.py             11      3      0      0    73%
17:07:04 docker/transport/basehttpadapter.py       6      3      4      0    50%
17:07:04 docker/transport/npipeconn.py            53     48     17      0     7%
17:07:04 docker/transport/npipesocket.py         154    150     26      0     2%
17:07:04 docker/transport/sshconn.py             158    120     67      0    20%
17:07:04 docker/transport/ssladapter.py           29     18     10      0    33%
17:07:04 docker/transport/unixconn.py             47     29     15      0    39%
17:07:04 docker/types/__init__.py                  6      0      0      0   100%
17:07:04 docker/types/base.py                      4      2      4      0    50%
17:07:04 docker/types/containers.py              440    378    340      0     9%
17:07:04 docker/types/daemon.py                   33     24     16      0    22%
17:07:04 docker/types/healthcheck.py              43     20      6      0    51%
17:07:04 docker/types/networks.py                 45     35     40      0    21%
17:07:04 docker/types/services.py                347    288    268      0    15%
17:07:04 docker/types/swarm.py                    51     45     44      0    11%
17:07:04 docker/utils/__init__.py                  3      0      0      0   100%
17:07:04 docker/utils/build.py                   152    127     78      0    13%
17:07:04 docker/utils/config.py                   36      9     12      5    71%
17:07:04 docker/utils/decorators.py               33     13     12      1    47%
17:07:04 docker/utils/fnmatch.py                  55     47     28      0    10%
17:07:04 docker/utils/json_stream.py              40     31     14      1    19%
17:07:04 docker/utils/ports.py                    50     50     32      0     0%
17:07:04 docker/utils/proxy.py                    37     21     14      0    35%
17:07:04 docker/utils/socket.py                   96     73     48      0    17%
17:07:04 docker/utils/utils.py                   279    191    173     19    25%
17:07:04 docker/version.py                        11      9      0      0    18%
17:07:04 -----------------------------------------------------------------------
17:07:04 TOTAL                                  5288   3795   2552     51    23%
17:07:04 
17:07:04 =========================== short test summary info ============================
17:07:04 XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds
17:07:04   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
17:07:04 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:07:04   CONFIG_RT_GROUP_SCHED isn't enabled
17:07:04 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:07:04   Not supported on most drivers
17:07:04 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
17:07:04   Output of docker top depends on host distro, and is not formalized.
17:07:04 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:07:04   Output of docker top depends on host distro, and is not formalized.
17:07:04 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
17:07:04   Can fail if eth0 has multiple IP addresses
17:07:04 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:07:04   This doesn't seem to be taken into account by the engine
17:07:04 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
17:07:04   Flaky test
17:07:04 XFAIL tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream
17:07:04   Docker API always returns chunked resp
17:07:04 SKIPPED [1] tests/integration/api_container_test.py:218: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:07:04 SKIPPED [1] tests/integration/api_service_test.py:1407: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/api_service_test.py:1422: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/api_service_test.py:643: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/api_service_test.py:657: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/api_service_test.py:88: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/models_services_test.py:342: API version is too low (< 1.41)
17:07:04 SKIPPED [1] tests/integration/models_services_test.py:361: API version is too low (< 1.41)
17:07:04 ============ 9 skipped, 9 xfailed, 386 errors in 119.52s (0:01:59) =============
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 10%]
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 10%]
[Pipeline] sh
17:07:04 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config ERROR [  8%]
17:07:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 11%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 11%]
17:07:05 + docker stop dpy-dind-54-0-py3.10-19.03.12
17:07:05 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs ERROR [  8%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 11%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 11%]
17:07:05 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config ERROR [  8%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 11%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 11%]
17:07:05 tests/integration/api_container_test.py::ListContainersTest::test_list_containers ERROR [  8%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 11%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create ERROR [  9%]
17:07:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 12%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 11%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 12%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from ERROR [  9%]
17:07:06 dpy-dind-54-0-py3.10-19.03.12
17:07:06 + docker network rm dpy-testnet-54-0-py3.10-19.03.12
17:07:06 dpy-testnet-54-0-py3.10-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 12%]
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_19.03.12
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 12%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove ERROR [  9%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cgroupns SKIPPED [  9%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 12%]
17:07:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 12%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 12%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 12%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules ERROR [ 10%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 13%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value ERROR [ 10%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 13%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 13%]
17:07:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode ERROR [ 10%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 13%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 13%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init ERROR [ 11%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 13%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation ERROR [ 11%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 14%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links ERROR [ 11%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 14%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 14%]
17:07:08 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 14%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 14%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address ERROR [ 11%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 14%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int ERROR [ 12%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 14%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 14%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 15%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 15%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str ERROR [ 12%]
17:07:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 15%]
17:07:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy ERROR [ 12%]
17:07:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 15%]
17:07:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 15%]
17:07:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 15%]
17:07:10 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout ERROR [ 12%]
17:07:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 15%]
17:07:10 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
17:07:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 15%]
17:07:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs ERROR [ 13%]
17:07:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode ERROR [ 13%]
17:07:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints ERROR [ 13%]
17:07:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings ERROR [ 14%]
17:07:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 16%]
17:07:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 16%]
17:07:12 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception ERROR [ 14%]
17:07:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt ERROR [ 14%]
17:07:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 17%]
17:07:12 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified ERROR [ 14%]
17:07:13 tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 18%]
17:07:13 tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 18%]
17:07:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified ERROR [ 15%]
17:07:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro ERROR [ 15%]
17:07:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw ERROR [ 15%]
17:07:13 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 18%]
17:07:13 tests/integration/api_container_test.py::WaitTest::test_wait ERROR       [ 18%]
17:07:13 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 18%]
17:07:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts ERROR [ 15%]
17:07:13 tests/integration/api_container_test.py::WaitTest::test_wait ERROR       [ 18%]
17:07:14 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro ERROR [ 16%]
17:07:14 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 18%]
17:07:14 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 18%]
17:07:14 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 19%]
17:07:14 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 19%]
17:07:14 tests/integration/api_container_test.py::LogsTest::test_logs ERROR       [ 19%]
17:07:14 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount ERROR [ 16%]
17:07:14 tests/integration/api_container_test.py::LogsTest::test_logs ERROR       [ 19%]
17:07:14 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 19%]
17:07:14 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container ERROR [ 16%]
17:07:15 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 19%]
17:07:15 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 19%]
17:07:15 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container ERROR [ 16%]
17:07:15 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 19%]
17:07:15 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container ERROR [ 17%]
17:07:15 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 20%]
17:07:15 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container ERROR [ 17%]
17:07:15 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 20%]
17:07:15 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 20%]
17:07:16 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container ERROR [ 17%]
17:07:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 20%]
17:07:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 20%]
17:07:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 20%]
17:07:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 20%]
17:07:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 20%]
17:07:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands ERROR [ 17%]
17:07:16 tests/integration/api_container_test.py::DiffTest::test_diff ERROR       [ 21%]
17:07:16 tests/integration/api_container_test.py::DiffTest::test_diff ERROR       [ 21%]
17:07:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container ERROR [ 18%]
17:07:16 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 21%]
17:07:17 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 21%]
17:07:17 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id ERROR [ 18%]
17:07:17 tests/integration/api_container_test.py::StopTest::test_stop ERROR       [ 21%]
17:07:17 tests/integration/api_container_test.py::StopTest::test_stop ERROR       [ 21%]
17:07:17 tests/integration/api_container_test.py::WaitTest::test_wait ERROR       [ 18%]
17:07:17 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition ERROR [ 18%]
17:07:17 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 21%]
17:07:17 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 21%]
17:07:17 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id ERROR [ 19%]
17:07:17 tests/integration/api_container_test.py::KillTest::test_kill ERROR       [ 22%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill ERROR       [ 22%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 22%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 22%]
17:07:18 tests/integration/api_container_test.py::LogsTest::test_logs ERROR       [ 19%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 22%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 22%]
17:07:18 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow ERROR [ 19%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 22%]
17:07:18 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 22%]
17:07:18 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel ERROR [ 19%]
17:07:19 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 23%]
17:07:19 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 23%]
17:07:19 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option ERROR [ 20%]
17:07:19 tests/integration/api_container_test.py::PortTest::test_port ERROR       [ 23%]
17:07:19 tests/integration/api_container_test.py::PortTest::test_port ERROR       [ 23%]
17:07:19 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id ERROR [ 20%]
17:07:19 tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 23%]
17:07:19 tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 23%]
17:07:19 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 ERROR [ 20%]
17:07:19 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 23%]
17:07:19 tests/integration/api_container_test.py::LogsTest::test_logs_with_until ERROR [ 20%]
17:07:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 24%]
17:07:20 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 23%]
17:07:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 24%]
17:07:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 24%]
17:07:20 tests/integration/api_container_test.py::DiffTest::test_diff ERROR       [ 21%]
17:07:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 24%]
17:07:20 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id ERROR [ 21%]
17:07:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 24%]
17:07:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 24%]
17:07:21 tests/integration/api_container_test.py::StopTest::test_stop ERROR       [ 21%]
17:07:21 tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 24%]
17:07:21 tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 24%]
17:07:21 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id ERROR [ 21%]
17:07:21 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 25%]
17:07:21 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 25%]
17:07:21 tests/integration/api_container_test.py::KillTest::test_kill ERROR       [ 22%]
17:07:21 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 25%]
17:07:21 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id ERROR [ 22%]
17:07:21 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::KillTest::test_kill_with_signal ERROR [ 22%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer ERROR [ 22%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 26%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 25%]
17:07:22 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name ERROR [ 23%]
17:07:22 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_http ERROR [ 26%]
17:07:23 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 26%]
17:07:23 tests/integration/api_container_test.py::PortTest::test_port ERROR       [ 23%]
17:07:23 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_ws ERROR [ 26%]
17:07:23 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_http ERROR [ 26%]
17:07:23 tests/integration/api_container_test.py::ContainerTopTest::test_top XFAIL [ 23%]
17:07:23 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_ws ERROR [ 26%]
17:07:23 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 23%]
17:07:23 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 26%]
17:07:23 tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 27%]
17:07:23 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 26%]
17:07:24 tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 27%]
17:07:24 tests/integration/api_container_test.py::RestartContainerTest::test_restart ERROR [ 24%]
17:07:24 tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 27%]
17:07:24 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 27%]
17:07:24 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id ERROR [ 24%]
17:07:24 tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 27%]
17:07:24 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout ERROR [ 24%]
17:07:24 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 27%]
17:07:24 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 27%]
17:07:24 tests/integration/api_container_test.py::RemoveContainerTest::test_remove ERROR [ 24%]
17:07:25 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 28%]
17:07:25 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 27%]
17:07:25 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id ERROR [ 25%]
17:07:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 28%]
17:07:25 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 28%]
17:07:25 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream ERROR [ 25%]
17:07:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 28%]
17:07:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 28%]
17:07:25 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 28%]
17:07:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 28%]
17:07:26 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel ERROR [ 25%]
17:07:26 tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 29%]
17:07:26 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 28%]
17:07:26 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg ERROR [ 25%]
17:07:26 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 29%]
17:07:26 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file ERROR [ 25%]
17:07:26 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 29%]
17:07:26 tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 29%]
17:07:26 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default ERROR [ 26%]
17:07:26 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 29%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 29%]
17:07:27 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_http ERROR [ 26%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 30%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 29%]
17:07:27 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket_ws ERROR [ 26%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 29%]
17:07:27 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming ERROR [ 26%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 30%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 30%]
17:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 30%]
17:07:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 30%]
17:07:28 tests/integration/api_container_test.py::PauseTest::test_pause_unpause ERROR [ 27%]
17:07:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 30%]
17:07:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 30%]
17:07:28 tests/integration/api_container_test.py::PruneTest::test_prune_containers ERROR [ 27%]
17:07:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 31%]
17:07:28 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream ERROR [ 27%]
17:07:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 30%]
17:07:28 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR    [ 31%]
17:07:28 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update ERROR [ 27%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 31%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 31%]
17:07:29 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container ERROR [ 28%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR    [ 31%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 31%]
17:07:29 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares ERROR [ 28%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 31%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 32%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 31%]
17:07:29 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 32%]
17:07:30 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset ERROR [ 28%]
17:07:30 tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 32%]
17:07:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 32%]
17:07:30 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime ERROR [ 28%]
17:07:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 32%]
17:07:30 tests/integration/api_container_test.py::LinkTest::test_remove_link ERROR [ 29%]
17:07:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 33%]
17:07:30 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 32%]
17:07:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 32%]
17:07:30 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file ERROR [ 29%]
17:07:31 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default ERROR [ 29%]
17:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 32%]
17:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 33%]
17:07:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root ERROR [ 29%]
17:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 33%]
17:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 33%]
17:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 33%]
17:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 33%]
17:07:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user ERROR [ 30%]
17:07:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming ERROR [ 30%]
17:07:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 33%]
17:07:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 34%]
17:07:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 33%]
17:07:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 34%]
17:07:32 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string ERROR [ 30%]
17:07:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 34%]
17:07:32 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 34%]
17:07:32 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env ERROR [ 30%]
17:07:32 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 34%]
17:07:32 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir ERROR [ 31%]
17:07:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 35%]
17:07:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 34%]
17:07:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 34%]
17:07:33 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect ERROR    [ 31%]
17:07:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 35%]
17:07:33 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached ERROR [ 31%]
17:07:33 tests/integration/api_image_test.py::ListImagesTest::test_images ERROR   [ 35%]
17:07:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 34%]
17:07:33 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket ERROR [ 31%]
17:07:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 35%]
17:07:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 35%]
17:07:34 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 35%]
17:07:34 tests/integration/api_image_test.py::PullImageTest::test_pull ERROR      [ 36%]
17:07:34 tests/integration/api_exec_test.py::ExecTest::test_execute_command ERROR [ 32%]
17:07:34 tests/integration/api_image_test.py::ListImagesTest::test_images ERROR   [ 35%]
17:07:34 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env ERROR [ 32%]
17:07:34 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 35%]
17:07:34 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 36%]
17:07:34 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 36%]
17:07:34 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux ERROR [ 32%]
17:07:34 tests/integration/api_image_test.py::PullImageTest::test_pull ERROR      [ 36%]
17:07:35 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux ERROR [ 32%]
17:07:35 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux ERROR [ 33%]
17:07:35 tests/integration/api_image_test.py::CommitTest::test_commit ERROR       [ 36%]
17:07:35 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 36%]
17:07:35 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 36%]
17:07:35 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux ERROR [ 33%]
17:07:35 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 37%]
17:07:35 tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR  [ 37%]
17:07:36 tests/integration/api_image_test.py::CommitTest::test_commit ERROR       [ 36%]
17:07:36 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 37%]
17:07:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux ERROR [ 33%]
17:07:36 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 37%]
17:07:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 37%]
17:07:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux ERROR [ 33%]
17:07:36 tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR  [ 37%]
17:07:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 38%]
17:07:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux ERROR [ 34%]
17:07:36 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 37%]
17:07:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 38%]
17:07:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
17:07:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux ERROR [ 34%]
17:07:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 37%]
17:07:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 38%]
17:07:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails ERROR [ 34%]
17:07:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 38%]
17:07:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 39%]
17:07:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes ERROR [ 34%]
17:07:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 38%]
17:07:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
17:07:37 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 39%]
17:07:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command ERROR [ 35%]
17:07:38 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 38%]
17:07:38 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 39%]
17:07:38 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 39%]
17:07:38 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period ERROR [ 35%]
17:07:38 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 39%]
17:07:38 tests/integration/api_image_test.py::ListImagesTest::test_images ERROR   [ 35%]
17:07:38 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 39%]
17:07:38 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet ERROR [ 35%]
17:07:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 40%]
17:07:38 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 39%]
17:07:39 tests/integration/api_image_test.py::PullImageTest::test_pull ERROR      [ 36%]
17:07:39 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 40%]
17:07:39 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 39%]
17:07:39 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform ERROR [ 36%]
17:07:39 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 40%]
17:07:39 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 40%]
17:07:39 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming ERROR [ 36%]
17:07:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 40%]
17:07:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 41%]
17:07:39 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 40%]
17:07:40 tests/integration/api_image_test.py::CommitTest::test_commit ERROR       [ 36%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 41%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 40%]
17:07:40 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes ERROR [ 37%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 41%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 40%]
17:07:40 tests/integration/api_image_test.py::RemoveImageTest::test_remove ERROR  [ 37%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_mac_address ERROR [ 41%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 41%]
17:07:40 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image ERROR [ 37%]
17:07:40 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 42%]
17:07:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 41%]
17:07:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes ERROR [ 37%]
17:07:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 41%]
17:07:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file ERROR [ 38%]
17:07:41 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 42%]
17:07:41 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 42%]
17:07:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream ERROR [ 38%]
17:07:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
17:07:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_mac_address ERROR [ 41%]
17:07:41 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 42%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 42%]
17:07:42 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes ERROR [ 38%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 43%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 42%]
17:07:42 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes ERROR [ 39%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 43%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 42%]
17:07:42 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images ERROR [ 39%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 43%]
17:07:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 42%]
17:07:42 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image ERROR [ 39%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 43%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 43%]
17:07:43 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution ERROR [ 39%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 44%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 43%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 44%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 43%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container ERROR [ 40%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container ERROR [ 40%]
17:07:43 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 44%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 44%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 43%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create ERROR [ 40%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 44%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 45%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases ERROR [ 40%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 44%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 45%]
17:07:44 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address ERROR [ 41%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 44%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 45%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address ERROR [ 41%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 44%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links ERROR [ 41%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 45%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 45%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_mac_address ERROR [ 41%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 46%]
17:07:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 46%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 45%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 45%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 46%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate ERROR [ 42%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 46%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope ERROR [ 42%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 45%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 47%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks ERROR [ 42%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 46%]
17:07:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable ERROR [ 42%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 46%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress ERROR [ 43%]
17:07:47 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 47%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 46%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled ERROR [ 43%]
17:07:47 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 47%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 46%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails ERROR [ 43%]
17:07:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 47%]
17:07:47 tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 47%]
17:07:48 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 48%]
17:07:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 48%]
17:07:48 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config ERROR [ 43%]
17:07:48 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 47%]
17:07:48 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 48%]
17:07:48 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels ERROR [ 44%]
17:07:48 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 47%]
17:07:48 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 48%]
17:07:48 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type ERROR [ 44%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 47%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 49%]
17:07:49 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name ERROR [ 44%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 48%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 49%]
17:07:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases ERROR [ 44%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 48%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 48%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 49%]
17:07:49 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 49%]
17:07:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt ERROR [ 45%]
17:07:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address ERROR [ 45%]
17:07:50 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 48%]
17:07:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address ERROR [ 45%]
17:07:50 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 50%]
17:07:50 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 50%]
17:07:50 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 49%]
17:07:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips ERROR [ 45%]
17:07:50 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 49%]
17:07:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_links ERROR [ 46%]
17:07:51 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 50%]
17:07:51 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 49%]
17:07:51 tests/integration/api_network_test.py::TestNetworks::test_inspect_network ERROR [ 46%]
17:07:51 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 50%]
17:07:51 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 49%]
17:07:51 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 50%]
17:07:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
17:07:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
17:07:51 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 50%]
17:07:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 51%]
17:07:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_job_mode SKIPPED [ 51%]
17:07:51 tests/integration/api_network_test.py::TestNetworks::test_list_networks ERROR [ 46%]
17:07:51 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 50%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 52%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_job_mode SKIPPED [ 52%]
17:07:52 tests/integration/api_network_test.py::TestNetworks::test_prune_networks ERROR [ 46%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 52%]
17:07:52 tests/integration/api_network_test.py::TestNetworks::test_remove_network ERROR [ 47%]
17:07:52 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 50%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 52%]
17:07:52 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin ERROR [ 47%]
17:07:52 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 50%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 53%]
17:07:52 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin ERROR [ 47%]
17:07:52 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 50%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
17:07:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 53%]
17:07:53 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin ERROR [ 47%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 51%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_job_mode SKIPPED [ 51%]
17:07:53 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin ERROR [ 48%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 52%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_job_mode SKIPPED [ 52%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 53%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 53%]
17:07:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 52%]
17:07:53 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin ERROR [ 48%]
17:07:54 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin ERROR [ 48%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 52%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 54%]
17:07:54 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin ERROR [ 48%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 53%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 54%]
17:07:54 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins ERROR [ 49%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 53%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 54%]
17:07:54 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges ERROR [ 49%]
17:07:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 53%]
17:07:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 54%]
17:07:55 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin ERROR [ 49%]
17:07:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 53%]
17:07:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 55%]
17:07:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 55%]
17:07:55 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin ERROR [ 49%]
17:07:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 54%]
17:07:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 55%]
17:07:56 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret ERROR [ 50%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 54%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 55%]
17:07:56 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data ERROR [ 50%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 54%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 56%]
17:07:56 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret ERROR [ 50%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 54%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 56%]
17:07:56 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets ERROR [ 50%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 55%]
17:07:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 56%]
17:07:57 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret ERROR [ 50%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 55%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 55%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 56%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas ERROR [ 57%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver ERROR [ 51%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_job_mode SKIPPED [ 51%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode ERROR [ 52%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_job_mode SKIPPED [ 52%]
17:07:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 55%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 57%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 57%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode ERROR [ 52%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 56%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple ERROR [ 52%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 56%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 57%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config ERROR [ 53%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 56%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 58%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 56%]
17:07:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks ERROR [ 53%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 58%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas ERROR [ 57%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 58%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config ERROR [ 53%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 58%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 57%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec ERROR [ 53%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 59%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 57%]
17:07:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode ERROR [ 54%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 59%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 57%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env ERROR [ 54%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 59%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 58%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback ERROR [ 54%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 59%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 58%]
17:08:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources ERROR [ 54%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 58%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_sysctl ERROR [ 60%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 60%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups ERROR [ 55%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 58%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck ERROR [ 55%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 59%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname ERROR [ 55%]
17:08:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 60%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 59%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts ERROR [ 55%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 60%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 59%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init ERROR [ 56%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 61%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 59%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 61%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_sysctl ERROR [ 60%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 61%]
17:08:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources ERROR [ 56%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 60%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 61%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config ERROR [ 56%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 62%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement ERROR [ 56%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 60%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 62%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas ERROR [ 57%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 60%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 62%]
17:08:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object ERROR [ 57%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 61%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform ERROR [ 57%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 61%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 62%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 63%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 61%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences ERROR [ 57%]
17:08:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 61%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple ERROR [ 58%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 63%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_list_services_with_status SKIPPED [ 63%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges ERROR [ 58%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 63%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 62%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly ERROR [ 58%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 64%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 62%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints ERROR [ 58%]
17:08:05 tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 64%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 62%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy ERROR [ 59%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 64%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 62%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 64%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 63%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config ERROR [ 59%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 65%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 63%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_list_services_with_status SKIPPED [ 63%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret ERROR [ 59%]
17:08:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 65%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal ERROR [ 59%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 65%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 63%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 64%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_sysctl ERROR [ 60%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 65%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty ERROR [ 60%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict ERROR [ 60%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 64%]
17:08:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 66%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 64%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 66%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 64%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config ERROR [ 60%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 66%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 65%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret ERROR [ 61%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 66%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 65%]
17:08:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config ERROR [ 61%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 67%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 65%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor ERROR [ 61%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 67%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 65%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order ERROR [ 61%]
17:08:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 67%]
17:08:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 67%]
17:08:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 66%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount ERROR [ 62%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id ERROR [ 62%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 66%]
17:08:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 68%]
17:08:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 68%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 66%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name ERROR [ 62%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 66%]
17:08:10 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults ERROR [ 62%]
17:08:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 68%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 67%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_list_services ERROR [ 63%]
17:08:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 68%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 67%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label ERROR [ 63%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_list_services_with_status SKIPPED [ 63%]
17:08:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 69%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id ERROR [ 63%]
17:08:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_port ERROR [ 69%]
17:08:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 67%]
17:08:11 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name ERROR [ 64%]
17:08:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 69%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 67%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 69%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 68%]
17:08:12 tests/integration/api_service_test.py::ServiceTest::test_service_logs ERROR [ 64%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 70%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 68%]
17:08:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update ERROR [ 64%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 70%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 68%]
17:08:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels ERROR [ 64%]
17:08:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
17:08:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 68%]
17:08:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck ERROR [ 65%]
17:08:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 69%]
17:08:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels ERROR [ 65%]
17:08:13 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR  [ 70%]
17:08:13 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR   [ 71%]
17:08:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels ERROR [ 65%]
17:08:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_port ERROR [ 69%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR    [ 71%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 69%]
17:08:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec ERROR [ 65%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 71%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 69%]
17:08:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels ERROR [ 66%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 71%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 70%]
17:08:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode ERROR [ 66%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR   [ 72%]
17:08:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 70%]
17:08:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name ERROR [ 66%]
17:08:15 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR  [ 72%]
17:08:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
17:08:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks ERROR [ 66%]
17:08:15 tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 72%]
17:08:15 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 72%]
17:08:15 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR  [ 70%]
17:08:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config ERROR [ 67%]
17:08:15 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 73%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR   [ 71%]
17:08:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change ERROR [ 67%]
17:08:16 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 73%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR    [ 71%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster ERROR [ 67%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 71%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args ERROR [ 67%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 71%]
17:08:16 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 73%]
17:08:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults ERROR [ 68%]
17:08:17 tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR   [ 72%]
17:08:17 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 73%]
17:08:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool ERROR [ 68%]
17:08:17 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 74%]
17:08:17 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 74%]
17:08:17 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR  [ 72%]
17:08:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size ERROR [ 68%]
17:08:17 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 74%]
17:08:17 tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 72%]
17:08:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec ERROR [ 68%]
17:08:18 tests/integration/client_test.py::ClientTest::test_df ERROR              [ 74%]
17:08:18 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 72%]
17:08:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XFAIL [ 69%]
17:08:18 tests/integration/client_test.py::ClientTest::test_info ERROR            [ 75%]
17:08:18 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 73%]
17:08:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_port ERROR [ 69%]
17:08:18 tests/integration/client_test.py::ClientTest::test_ping ERROR            [ 75%]
17:08:18 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 73%]
17:08:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster ERROR [ 69%]
17:08:18 tests/integration/client_test.py::ClientTest::test_version ERROR         [ 75%]
17:08:18 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 73%]
17:08:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple ERROR [ 69%]
17:08:19 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 75%]
17:08:19 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 73%]
17:08:19 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 74%]
17:08:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers ERROR [ 70%]
17:08:19 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 75%]
17:08:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config ERROR [ 70%]
17:08:19 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 76%]
17:08:19 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 74%]
17:08:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
17:08:20 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 76%]
17:08:20 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 74%]
17:08:20 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node ERROR  [ 70%]
17:08:20 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 76%]
17:08:20 tests/integration/client_test.py::ClientTest::test_df ERROR              [ 74%]
17:08:20 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm ERROR   [ 71%]
17:08:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 76%]
17:08:20 tests/integration/client_test.py::ClientTest::test_info ERROR            [ 75%]
17:08:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 77%]
17:08:21 tests/integration/client_test.py::ClientTest::test_ping ERROR            [ 75%]
17:08:21 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes ERROR    [ 71%]
17:08:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 77%]
17:08:21 tests/integration/client_test.py::ClientTest::test_version ERROR         [ 75%]
17:08:21 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node ERROR [ 71%]
17:08:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 77%]
17:08:21 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key ERROR [ 71%]
17:08:21 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 75%]
17:08:21 tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR   [ 72%]
17:08:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 77%]
17:08:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 78%]
17:08:22 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 75%]
17:08:22 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm ERROR  [ 72%]
17:08:22 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 76%]
17:08:22 tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 72%]
17:08:22 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 76%]
17:08:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 78%]
17:08:22 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 76%]
17:08:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 78%]
17:08:23 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver ERROR [ 72%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 76%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 78%]
17:08:23 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 73%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 79%]
17:08:23 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume ERROR [ 73%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 77%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 79%]
17:08:23 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 73%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 77%]
17:08:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 79%]
17:08:24 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 73%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 77%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 79%]
17:08:24 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes ERROR [ 74%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 77%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 80%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 78%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 80%]
17:08:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume ERROR [ 74%]
17:08:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 78%]
17:08:25 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 74%]
17:08:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 80%]
17:08:25 tests/integration/client_test.py::ClientTest::test_df ERROR              [ 74%]
17:08:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 78%]
17:08:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 80%]
17:08:25 tests/integration/client_test.py::ClientTest::test_info ERROR            [ 75%]
17:08:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 78%]
17:08:25 tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 81%]
17:08:25 tests/integration/client_test.py::ClientTest::test_ping ERROR            [ 75%]
17:08:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 79%]
17:08:26 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 81%]
17:08:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 79%]
17:08:26 tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 81%]
17:08:26 tests/integration/client_test.py::ClientTest::test_version ERROR         [ 75%]
17:08:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 79%]
17:08:26 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 81%]
17:08:26 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events ERROR [ 75%]
17:08:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 79%]
17:08:26 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 82%]
17:08:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove ERROR [ 75%]
17:08:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 80%]
17:08:27 tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 82%]
17:08:27 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle ERROR [ 76%]
17:08:27 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator ERROR [ 76%]
17:08:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 80%]
17:08:27 tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 82%]
17:08:27 tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 82%]
17:08:27 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json ERROR [ 76%]
17:08:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 80%]
17:08:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 80%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 83%]
17:08:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get ERROR [ 76%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 81%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 83%]
17:08:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list ERROR [ 77%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 81%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 83%]
17:08:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse ERROR [ 77%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 81%]
17:08:28 tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 83%]
17:08:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run ERROR [ 77%]
17:08:29 tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 84%]
17:08:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach ERROR [ 77%]
17:08:29 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 81%]
17:08:29 tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 84%]
17:08:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove ERROR [ 78%]
17:08:29 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 82%]
17:08:29 tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 84%]
17:08:29 tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 82%]
17:08:30 tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 84%]
17:08:30 tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 82%]
17:08:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error ERROR [ 78%]
17:08:30 tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 85%]
17:08:30 tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 82%]
17:08:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error ERROR [ 78%]
17:08:30 tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 85%]
17:08:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 83%]
17:08:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist ERROR [ 78%]
17:08:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver ERROR [ 79%]
17:08:31 tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 85%]
17:08:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume ERROR [ 79%]
17:08:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 83%]
17:08:31 tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 85%]
17:08:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 83%]
17:08:31 tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 86%]
17:08:31 tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 83%]
17:08:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network ERROR [ 79%]
17:08:31 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 86%]
17:08:32 tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 84%]
17:08:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver ERROR [ 79%]
17:08:32 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 86%]
17:08:32 tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 84%]
17:08:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config ERROR [ 80%]
17:08:32 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 86%]
17:08:32 tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 84%]
17:08:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs ERROR [ 80%]
17:08:32 tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 87%]
17:08:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel ERROR [ 80%]
17:08:32 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 87%]
17:08:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume ERROR [ 80%]
17:08:33 tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 84%]
17:08:33 tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 85%]
17:08:33 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 87%]
17:08:33 tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 85%]
17:08:33 tests/integration/models_containers_test.py::ContainerTest::test_commit ERROR [ 81%]
17:08:33 tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 87%]
17:08:33 tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 85%]
17:08:33 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver ERROR [ 81%]
17:08:34 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 88%]
17:08:34 tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 85%]
17:08:34 tests/integration/models_containers_test.py::ContainerTest::test_diff ERROR [ 81%]
17:08:34 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 88%]
17:08:34 tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 86%]
17:08:34 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed ERROR [ 81%]
17:08:34 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 88%]
17:08:34 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success ERROR [ 82%]
17:08:34 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 88%]
17:08:34 tests/integration/models_containers_test.py::ContainerTest::test_kill ERROR [ 82%]
17:08:34 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 86%]
17:08:35 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 89%]
17:08:35 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 86%]
17:08:35 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 89%]
17:08:35 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 86%]
17:08:35 tests/integration/models_containers_test.py::ContainerTest::test_logs ERROR [ 82%]
17:08:35 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 89%]
17:08:35 tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 87%]
17:08:35 tests/integration/models_containers_test.py::ContainerTest::test_pause ERROR [ 82%]
17:08:35 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 87%]
17:08:35 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list ERROR [ 83%]
17:08:36 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 89%]
17:08:36 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 90%]
17:08:36 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 87%]
17:08:36 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none ERROR [ 83%]
17:08:36 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple ERROR [ 83%]
17:08:36 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 90%]
17:08:36 tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 87%]
17:08:36 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 90%]
17:08:37 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 88%]
17:08:37 tests/integration/models_containers_test.py::ContainerTest::test_remove ERROR [ 83%]
17:08:37 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 90%]
17:08:37 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 88%]
17:08:37 tests/integration/models_containers_test.py::ContainerTest::test_rename ERROR [ 84%]
17:08:37 tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 91%]
17:08:37 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 88%]
17:08:37 tests/integration/models_containers_test.py::ContainerTest::test_restart ERROR [ 84%]
17:08:37 tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 91%]
17:08:37 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
17:08:37 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
17:08:37 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 88%]
17:08:37 tests/integration/models_containers_test.py::ContainerTest::test_start ERROR [ 84%]
17:08:38 tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 92%]
17:08:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 89%]
17:08:38 tests/integration/models_containers_test.py::ContainerTest::test_stats ERROR [ 84%]
17:08:38 tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 92%]
17:08:38 tests/integration/models_containers_test.py::ContainerTest::test_stop ERROR [ 85%]
17:08:38 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 92%]
17:08:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 89%]
17:08:38 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 89%]
17:08:38 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 92%]
17:08:38 tests/integration/models_containers_test.py::ContainerTest::test_top ERROR [ 85%]
17:08:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 89%]
17:08:39 tests/integration/models_containers_test.py::ContainerTest::test_update ERROR [ 85%]
17:08:39 tests/integration/models_services_test.py::ServiceTest::test_get ERROR   [ 93%]
17:08:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 90%]
17:08:39 tests/integration/models_containers_test.py::ContainerTest::test_wait ERROR [ 85%]
17:08:39 tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 93%]
17:08:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 90%]
17:08:39 tests/integration/models_images_test.py::ImageCollectionTest::test_build ERROR [ 86%]
17:08:39 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 93%]
17:08:39 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 90%]
17:08:39 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error ERROR [ 86%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 93%]
17:08:40 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 90%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 94%]
17:08:40 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success ERROR [ 86%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 94%]
17:08:40 tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 91%]
17:08:40 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output ERROR [ 86%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 94%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 91%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
17:08:40 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
17:08:41 tests/integration/models_images_test.py::ImageCollectionTest::test_list ERROR [ 87%]
17:08:41 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 94%]
17:08:41 tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 92%]
17:08:41 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository ERROR [ 87%]
17:08:41 tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 92%]
17:08:41 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error ERROR [ 87%]
17:08:41 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 95%]
17:08:41 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 92%]
17:08:41 tests/integration/models_images_test.py::ImageCollectionTest::test_pull ERROR [ 87%]
17:08:42 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 92%]
17:08:42 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 95%]
17:08:42 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 95%]
17:08:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple ERROR [ 88%]
17:08:42 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 95%]
17:08:42 tests/integration/models_services_test.py::ServiceTest::test_get ERROR   [ 93%]
17:08:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha ERROR [ 88%]
17:08:42 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 96%]
17:08:42 tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 93%]
17:08:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag ERROR [ 88%]
17:08:43 tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 96%]
17:08:43 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 93%]
17:08:43 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load ERROR [ 88%]
17:08:43 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 96%]
17:08:43 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 93%]
17:08:43 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name ERROR [ 89%]
17:08:43 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream XFAIL [ 96%]
17:08:43 tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 94%]
17:08:43 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 97%]
17:08:43 tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 94%]
17:08:43 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error ERROR [ 89%]
17:08:44 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove ERROR [ 89%]
17:08:44 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 97%]
17:08:44 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create ERROR [ 89%]
17:08:44 tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 94%]
17:08:44 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get ERROR [ 90%]
17:08:44 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 97%]
17:08:44 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 94%]
17:08:44 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove ERROR [ 90%]
17:08:44 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 97%]
17:08:44 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 95%]
17:08:45 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 95%]
17:08:45 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 98%]
17:08:45 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 95%]
17:08:45 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 98%]
17:08:45 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect ERROR [ 90%]
17:08:45 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 98%]
17:08:45 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update ERROR [ 90%]
17:08:45 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 98%]
17:08:45 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 95%]
17:08:45 tests/integration/models_resources_test.py::ModelTest::test_reload ERROR [ 91%]
17:08:46 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 99%]
17:08:46 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 96%]
17:08:46 tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 91%]
17:08:46 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
17:08:46 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
17:08:46 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 99%]
17:08:46 tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 96%]
17:08:46 tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 92%]
17:08:46 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 96%]
17:08:47 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream XFAIL [ 96%]
17:08:47 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 99%]
17:08:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 92%]
17:08:47 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 97%]
17:08:47 tests/integration/credentials/store_test.py::TestStore::test_unavailable_store ERROR [ 99%]
17:08:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 92%]
17:08:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 92%]
17:08:47 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 97%]
17:08:47 tests/integration/models_services_test.py::ServiceTest::test_get ERROR   [ 93%]
17:08:48 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 97%]
17:08:48 tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 93%]
17:08:48 tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [100%]
17:08:48 
17:08:48 ==================================== ERRORS ====================================
17:08:48 _________ ERROR at setup of BuildTest.test_build_container_with_target _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of BuildTest.test_build_isolation _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of BuildTest.test_build_labels _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of BuildTest.test_build_shmsize ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of BuildTest.test_build_squash _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of BuildTest.test_build_streaming _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of InformationTest.test_info __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of InformationTest.test_version ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ConfigAPITest.test_create_config ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ConfigAPITest.test_create_config_with_templating ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ListContainersTest.test_list_containers ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of CreateContainerTest.test_create _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of CreateContainerTest.test_create_with_init __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of CreateContainerTest.test_create_with_links _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of RenameContainerTest.test_rename_container __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of StartContainerTest.test_start_container ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of WaitTest.test_wait _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of LogsTest.test_logs _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of LogsTest.test_logs_with_until ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of DiffTest.test_diff _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of StopTest.test_stop _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of KillTest.test_kill _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of KillTest.test_kill_with_signal _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of PortTest.test_port _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of RestartContainerTest.test_restart ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of RemoveContainerTest.test_remove _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_http _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_ws __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of PauseTest.test_pause_unpause ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of PruneTest.test_prune_containers _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of ContainerUpdateTest.test_update_container __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of LinkTest.test_remove_link __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ExecTest.test_detach_with_default ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ExecTest.test_exec_command_string ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ExecTest.test_exec_inspect _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ExecTest.test_execute_command ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ListImagesTest.test_images _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of PullImageTest.test_pull ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________________ ERROR at setup of CommitTest.test_commit ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of RemoveImageTest.test_remove _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of TestNetworks.test_connect_with_mac_address _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of TestNetworks.test_create_internal_networks _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of TestNetworks.test_create_network_attachable _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of TestNetworks.test_create_network_ingress __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of TestNetworks.test_create_with_links _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of TestNetworks.test_inspect_network ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of TestNetworks.test_list_networks _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of TestNetworks.test_prune_networks ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of TestNetworks.test_remove_network ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of PluginTest.test_configure_plugin ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_create_plugin ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_disable_plugin _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_enable_plugin ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_install_plugin _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of PluginTest.test_list_plugins ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_remove_plugin ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of SecretAPITest.test_create_secret ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_create_service_with_config _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ServiceTest.test_create_service_with_env __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of ServiceTest.test_create_service_with_init __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_placement_maxreplicas _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_create_service_with_sysctl _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ServiceTest.test_list_services _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ServiceTest.test_service_logs ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_update_service_force_update ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of SwarmTest.test_init_swarm_data_path_port __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of SwarmTest.test_inspect_node _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of SwarmTest.test_list_nodes __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of SwarmTest.test_update_node _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of SwarmTest.test_update_swarm _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestVolumes.test_create_volume _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestVolumes.test_list_volumes ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestVolumes.test_remove_volume _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________________ ERROR at setup of ClientTest.test_df _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________________ ERROR at setup of ClientTest.test_info ____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________________ ERROR at setup of ClientTest.test_ping ____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ClientTest.test_version ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ContainerCollectionTest.test_get ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ContainerCollectionTest.test_list ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of ContainerCollectionTest.test_run ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ContainerTest.test_commit __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_diff ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_kill ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_logs ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_pause __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ContainerTest.test_remove __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ContainerTest.test_rename __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ContainerTest.test_restart _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_start __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_stats __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_stop ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________________ ERROR at setup of ContainerTest.test_top ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________________ ERROR at setup of ContainerTest.test_update __________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ContainerTest.test_wait ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ImageCollectionTest.test_build _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ImageCollectionTest.test_list ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ImageCollectionTest.test_pull ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____________ ERROR at setup of NetworkCollectionTest.test_create ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of NetworkCollectionTest.test_get _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of NodesTest.test_list_get_update _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________________ ERROR at setup of ModelTest.test_reload ____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ServiceTest.test_create ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________ ERROR at setup of ServiceTest.test_create_with_network ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ServiceTest.test_force_update_service ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________________ ERROR at setup of ServiceTest.test_get ____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of ServiceTest.test_list_remove ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of ServiceTest.test_scale_service _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ___________________ ERROR at setup of ServiceTest.test_tasks ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________________ ERROR at setup of ServiceTest.test_update ___________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of VolumesTest.test_create_get _________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of VolumesTest.test_list_remove ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of TestStore.test_store_and_get ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestStore.test_get_nonexistent _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestStore.test_store_and_erase _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 _______________ ERROR at setup of TestStore.test_unicode_strings _______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ____________________ ERROR at setup of TestStore.test_list _____________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ______________ ERROR at setup of TestStore.test_unavailable_store ______________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 ________________ ERROR at setup of test_create_environment_dict ________________
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:48     conn = connection.create_connection(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:48     raise err
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:48     sock.connect(sa)
17:08:48 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:48     httplib_response = self._make_request(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:48     conn.request(method, url, **httplib_request_kw)
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:48     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:48 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:48     self._send_request(method, url, body, headers, encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:48     self.endheaders(body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:48     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:48 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:48     self.send(msg)
17:08:48 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:48     self.connect()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:48     conn = self._new_conn()
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:48     raise NewConnectionError(
17:08:48 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:48     resp = conn.urlopen(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:48     retries = retries.increment(
17:08:48 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:48     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:48 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 docker/api/client.py:214: in _retrieve_server_version
17:08:48     return self.version(api_version=False)["ApiVersion"]
17:08:48 docker/api/daemon.py:181: in version
17:08:48     return self._result(self._get(url), json=True)
17:08:48 docker/utils/decorators.py:46: in inner
17:08:48     return f(self, *args, **kwargs)
17:08:48 docker/api/client.py:237: in _get
17:08:48     return self.get(url, **self._set_request_timeout(kwargs))
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:48     return self.request("GET", url, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:48     resp = self.send(prep, **send_kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:48     r = adapter.send(request, **kwargs)
17:08:48 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:48     raise ConnectionError(e, request=request)
17:08:48 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 During handling of the above exception, another exception occurred:
17:08:48 tests/integration/conftest.py:14: in setup_test_session
17:08:48     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:48 docker/api/client.py:197: in __init__
17:08:48     self._version = self._retrieve_server_version()
17:08:48 docker/api/client.py:221: in _retrieve_server_version
17:08:48     raise DockerException(
17:08:48 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-23.0.6', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2837355210>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:48 
17:08:48 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:08:48 Name                                  Stmts   Miss Branch BrPart  Cover
17:08:48 -----------------------------------------------------------------------
17:08:48 docker/__init__.py                        7      0      0      0   100%
17:08:48 docker/_version.py                        2      0      0      0   100%
17:08:48 docker/api/__init__.py                    1      0      0      0   100%
17:08:48 docker/api/build.py                     127    112     98      0     8%
17:08:48 docker/api/client.py                    269    156     94     11    35%
17:08:48 docker/api/config.py                     31     18      6      0    41%
17:08:48 docker/api/container.py                 289    223    120      0    17%
17:08:48 docker/api/daemon.py                     40     27     16      0    27%
17:08:48 docker/api/exec_api.py                   51     41     26      0    16%
17:08:48 docker/api/image.py                     161    127     64      0    16%
17:08:48 docker/api/network.py                    91     74     50      0    13%
17:08:48 docker/api/plugin.py                     96     68     18      0    26%
17:08:48 docker/api/secret.py                     36     22     10      0    35%
17:08:48 docker/api/service.py                   206    180    155      0     8%
17:08:48 docker/api/swarm.py                     114     81     44      0    22%
17:08:48 docker/api/volume.py                     38     29     16      0    20%
17:08:48 docker/auth.py                          200    130     80     10    30%
17:08:48 docker/client.py                         80     18      4      1    77%
17:08:48 docker/constants.py                      21      0      0      0   100%
17:08:48 docker/context/__init__.py                2      0      0      0   100%
17:08:48 docker/context/api.py                    81     57     40      0    21%
17:08:48 docker/context/config.py                 61     42     22      1    24%
17:08:48 docker/context/context.py               163    113     70      2    23%
17:08:48 docker/credentials/__init__.py            3      0      0      0   100%
17:08:48 docker/credentials/constants.py           4      0      0      0   100%
17:08:48 docker/credentials/errors.py             11      4      8      0    68%
17:08:48 docker/credentials/store.py              47     32     16      0    27%
17:08:48 docker/credentials/utils.py               5      3      0      0    40%
17:08:48 docker/errors.py                        113     61     61      0    53%
17:08:48 docker/models/__init__.py                 0      0      0      0   100%
17:08:48 docker/models/configs.py                 22      8      6      0    64%
17:08:48 docker/models/containers.py             194    137     78      0    22%
17:08:48 docker/models/images.py                 143     93     62      0    27%
17:08:48 docker/models/networks.py                39     20     16      0    42%
17:08:48 docker/models/nodes.py                   16      5      6      0    68%
17:08:48 docker/models/plugins.py                 51     29     12      0    41%
17:08:48 docker/models/resource.py                43     24     10      0    43%
17:08:48 docker/models/secrets.py                 23      9      6      0    62%
17:08:48 docker/models/services.py                89     63     40      0    23%
17:08:48 docker/models/swarm.py                   40     21      8      0    44%
17:08:48 docker/models/volumes.py                 24     10      8      0    56%
17:08:48 docker/tls.py                            35     24     14      0    27%
17:08:48 docker/transport/__init__.py             11      3      0      0    73%
17:08:48 docker/transport/basehttpadapter.py       6      3      4      0    50%
17:08:48 docker/transport/npipeconn.py            53     48     17      0     7%
17:08:48 docker/transport/npipesocket.py         154    150     26      0     2%
17:08:48 docker/transport/sshconn.py             158    120     67      0    20%
17:08:48 docker/transport/ssladapter.py           29     18     10      0    33%
17:08:48 docker/transport/unixconn.py             47     29     15      0    39%
17:08:48 docker/types/__init__.py                  6      0      0      0   100%
17:08:48 docker/types/base.py                      4      2      4      0    50%
17:08:48 docker/types/containers.py              440    378    340      0     9%
17:08:48 docker/types/daemon.py                   33     24     16      0    22%
17:08:48 docker/types/healthcheck.py              43     20      6      0    51%
17:08:48 docker/types/networks.py                 45     35     40      0    21%
17:08:48 docker/types/services.py                347    288    268      0    15%
17:08:48 docker/types/swarm.py                    51     45     44      0    11%
17:08:48 docker/utils/__init__.py                  3      0      0      0   100%
17:08:48 docker/utils/build.py                   152    127     78      0    13%
17:08:48 docker/utils/config.py                   36      9     12      5    71%
17:08:48 docker/utils/decorators.py               33     13     12      1    47%
17:08:48 docker/utils/fnmatch.py                  55     47     28      0    10%
17:08:48 docker/utils/json_stream.py              40     31     14      1    19%
17:08:48 docker/utils/ports.py                    50     50     32      0     0%
17:08:48 docker/utils/proxy.py                    37     21     14      0    35%
17:08:48 docker/utils/socket.py                   96     73     48      0    17%
17:08:48 docker/utils/utils.py                   279    191    173     19    25%
17:08:48 docker/version.py                        11      9      0      0    18%
17:08:48 -----------------------------------------------------------------------
17:08:48 TOTAL                                  5288   3795   2552     51    23%
17:08:48 
17:08:48 =========================== short test summary info ============================
17:08:48 XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds
17:08:48   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
17:08:48 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:08:48   CONFIG_RT_GROUP_SCHED isn't enabled
17:08:48 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:08:48   Not supported on most drivers
17:08:48 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
17:08:48   Output of docker top depends on host distro, and is not formalized.
17:08:48 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:08:48   Output of docker top depends on host distro, and is not formalized.
17:08:48 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
17:08:48   Can fail if eth0 has multiple IP addresses
17:08:48 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:08:48   This doesn't seem to be taken into account by the engine
17:08:48 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
17:08:48   Flaky test
17:08:48 XFAIL tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream
17:08:48   Docker API always returns chunked resp
17:08:48 SKIPPED [1] tests/integration/api_container_test.py:218: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:08:48 SKIPPED [1] tests/integration/api_service_test.py:1407: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/api_service_test.py:1422: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/api_service_test.py:643: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/api_service_test.py:657: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/api_service_test.py:88: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/models_services_test.py:342: API version is too low (< 1.41)
17:08:48 SKIPPED [1] tests/integration/models_services_test.py:361: API version is too low (< 1.41)
17:08:48 ============ 9 skipped, 9 xfailed, 386 errors in 117.32s (0:01:57) =============
17:08:48 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 97%]
17:08:48 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 93%]
[Pipeline] sh
17:08:48 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 98%]
17:08:48 + docker stop dpy-dind-54-0-py3.10-23.0.6
17:08:48 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 98%]
17:08:48 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 93%]
17:08:49 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 98%]
17:08:49 tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 94%]
17:08:49 tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 94%]
17:08:49 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 98%]
17:08:49 tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 94%]
17:08:49 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 99%]
17:08:49 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 94%]
17:08:50 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 99%]
17:08:50 dpy-dind-54-0-py3.10-23.0.6
17:08:50 + docker network rm dpy-testnet-54-0-py3.10-23.0.6
17:08:50 dpy-testnet-54-0-py3.10-23.0.6
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
17:08:50 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 95%]
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_23.0.6
17:08:50 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 99%]
17:08:50 tests/integration/credentials/store_test.py::TestStore::test_unavailable_store ERROR [ 99%]
17:08:50 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 95%]
17:08:51 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 95%]
17:08:51 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave ERROR [ 95%]
17:08:51 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm ERROR [ 96%]
17:08:51 tests/integration/models_volumes_test.py::VolumesTest::test_create_get ERROR [ 96%]
17:08:51 tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [100%]
17:08:51 
17:08:51 ==================================== ERRORS ====================================
17:08:51 _________ ERROR at setup of BuildTest.test_build_container_with_target _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of BuildTest.test_build_isolation _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of BuildTest.test_build_labels _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of BuildTest.test_build_shmsize ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of BuildTest.test_build_squash _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of BuildTest.test_build_streaming _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of InformationTest.test_info __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of InformationTest.test_version ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ConfigAPITest.test_create_config ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ConfigAPITest.test_create_config_with_templating ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ListContainersTest.test_list_containers ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of CreateContainerTest.test_create _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of CreateContainerTest.test_create_with_init __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of CreateContainerTest.test_create_with_links _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of RenameContainerTest.test_rename_container __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of StartContainerTest.test_start_container ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of WaitTest.test_wait _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of LogsTest.test_logs _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of LogsTest.test_logs_with_until ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of DiffTest.test_diff _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of StopTest.test_stop _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of KillTest.test_kill _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of KillTest.test_kill_with_signal _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of PortTest.test_port _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of RestartContainerTest.test_restart ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of RemoveContainerTest.test_remove _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_http _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_ws __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of PauseTest.test_pause_unpause ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of PruneTest.test_prune_containers _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of ContainerUpdateTest.test_update_container __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of LinkTest.test_remove_link __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ExecTest.test_detach_with_default ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ExecTest.test_exec_command_string ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ExecTest.test_exec_inspect _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ExecTest.test_execute_command ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ListImagesTest.test_images _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of PullImageTest.test_pull ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________________ ERROR at setup of CommitTest.test_commit ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of RemoveImageTest.test_remove _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of TestNetworks.test_connect_with_mac_address _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of TestNetworks.test_create_internal_networks _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of TestNetworks.test_create_network_attachable _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of TestNetworks.test_create_network_ingress __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of TestNetworks.test_create_with_links _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of TestNetworks.test_inspect_network ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of TestNetworks.test_list_networks _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of TestNetworks.test_prune_networks ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of TestNetworks.test_remove_network ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of PluginTest.test_configure_plugin ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_create_plugin ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_disable_plugin _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_enable_plugin ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_install_plugin _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of PluginTest.test_list_plugins ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_remove_plugin ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of SecretAPITest.test_create_secret ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_create_service_with_config _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ServiceTest.test_create_service_with_env __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of ServiceTest.test_create_service_with_init __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_placement_maxreplicas _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_create_service_with_sysctl _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ServiceTest.test_list_services _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ServiceTest.test_service_logs ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_update_service_force_update ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of SwarmTest.test_init_swarm_data_path_port __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of SwarmTest.test_inspect_node _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of SwarmTest.test_list_nodes __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of SwarmTest.test_update_node _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of SwarmTest.test_update_swarm _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestVolumes.test_create_volume _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestVolumes.test_list_volumes ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestVolumes.test_remove_volume _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________________ ERROR at setup of ClientTest.test_df _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________________ ERROR at setup of ClientTest.test_info ____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________________ ERROR at setup of ClientTest.test_ping ____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ClientTest.test_version ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ContainerCollectionTest.test_get ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ContainerCollectionTest.test_list ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of ContainerCollectionTest.test_run ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ContainerTest.test_commit __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_diff ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_kill ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_logs ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_pause __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ContainerTest.test_remove __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ContainerTest.test_rename __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ContainerTest.test_restart _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_start __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_stats __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_stop ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________________ ERROR at setup of ContainerTest.test_top ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________________ ERROR at setup of ContainerTest.test_update __________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ContainerTest.test_wait ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ImageCollectionTest.test_build _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ImageCollectionTest.test_list ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ImageCollectionTest.test_pull ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____________ ERROR at setup of NetworkCollectionTest.test_create ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of NetworkCollectionTest.test_get _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of NodesTest.test_list_get_update _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________________ ERROR at setup of ModelTest.test_reload ____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ServiceTest.test_create ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________ ERROR at setup of ServiceTest.test_create_with_network ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ServiceTest.test_force_update_service ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________________ ERROR at setup of ServiceTest.test_get ____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of ServiceTest.test_list_remove ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of ServiceTest.test_scale_service _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ___________________ ERROR at setup of ServiceTest.test_tasks ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________________ ERROR at setup of ServiceTest.test_update ___________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of VolumesTest.test_create_get _________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of VolumesTest.test_list_remove ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of TestStore.test_store_and_get ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestStore.test_get_nonexistent _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestStore.test_store_and_erase _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 _______________ ERROR at setup of TestStore.test_unicode_strings _______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ____________________ ERROR at setup of TestStore.test_list _____________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ______________ ERROR at setup of TestStore.test_unavailable_store ______________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 ________________ ERROR at setup of test_create_environment_dict ________________
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:51     conn = connection.create_connection(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:51     raise err
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:51     sock.connect(sa)
17:08:51 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:51     httplib_response = self._make_request(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:51     conn.request(method, url, **httplib_request_kw)
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:51     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:51 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:51     self._send_request(method, url, body, headers, encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:51     self.endheaders(body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:51     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:51 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:51     self.send(msg)
17:08:51 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:51     self.connect()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:51     conn = self._new_conn()
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:51     raise NewConnectionError(
17:08:51 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:51     resp = conn.urlopen(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:51     retries = retries.increment(
17:08:51 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:51     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:51 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 docker/api/client.py:214: in _retrieve_server_version
17:08:51     return self.version(api_version=False)["ApiVersion"]
17:08:51 docker/api/daemon.py:181: in version
17:08:51     return self._result(self._get(url), json=True)
17:08:51 docker/utils/decorators.py:46: in inner
17:08:51     return f(self, *args, **kwargs)
17:08:51 docker/api/client.py:237: in _get
17:08:51     return self.get(url, **self._set_request_timeout(kwargs))
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:51     return self.request("GET", url, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:51     resp = self.send(prep, **send_kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:51     r = adapter.send(request, **kwargs)
17:08:51 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:51     raise ConnectionError(e, request=request)
17:08:51 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 During handling of the above exception, another exception occurred:
17:08:51 tests/integration/conftest.py:14: in setup_test_session
17:08:51     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:51 docker/api/client.py:197: in __init__
17:08:51     self._version = self._retrieve_server_version()
17:08:51 docker/api/client.py:221: in _retrieve_server_version
17:08:51     raise DockerException(
17:08:51 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-19.03.13', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7b441b5e70>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:51 
17:08:51 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:08:51 Name                                  Stmts   Miss Branch BrPart  Cover
17:08:51 -----------------------------------------------------------------------
17:08:51 docker/__init__.py                        7      0      0      0   100%
17:08:51 docker/_version.py                        2      0      0      0   100%
17:08:51 docker/api/__init__.py                    1      0      0      0   100%
17:08:51 docker/api/build.py                     127    112     98      0     8%
17:08:51 docker/api/client.py                    269    156     94     11    35%
17:08:51 docker/api/config.py                     31     18      6      0    41%
17:08:51 docker/api/container.py                 289    223    120      0    17%
17:08:51 docker/api/daemon.py                     40     27     16      0    27%
17:08:51 docker/api/exec_api.py                   51     41     26      0    16%
17:08:51 docker/api/image.py                     161    127     64      0    16%
17:08:51 docker/api/network.py                    91     74     50      0    13%
17:08:51 docker/api/plugin.py                     96     68     18      0    26%
17:08:51 docker/api/secret.py                     36     22     10      0    35%
17:08:51 docker/api/service.py                   206    180    155      0     8%
17:08:51 docker/api/swarm.py                     114     81     44      0    22%
17:08:51 docker/api/volume.py                     38     29     16      0    20%
17:08:51 docker/auth.py                          200    130     80     10    30%
17:08:51 docker/client.py                         80     18      4      1    77%
17:08:51 docker/constants.py                      21      0      0      0   100%
17:08:51 docker/context/__init__.py                2      0      0      0   100%
17:08:51 docker/context/api.py                    81     57     40      0    21%
17:08:51 docker/context/config.py                 61     42     22      1    24%
17:08:51 docker/context/context.py               163    113     70      2    23%
17:08:51 docker/credentials/__init__.py            3      0      0      0   100%
17:08:51 docker/credentials/constants.py           4      0      0      0   100%
17:08:51 docker/credentials/errors.py             11      4      8      0    68%
17:08:51 docker/credentials/store.py              47     32     16      0    27%
17:08:51 docker/credentials/utils.py               5      3      0      0    40%
17:08:51 docker/errors.py                        113     61     61      0    53%
17:08:51 docker/models/__init__.py                 0      0      0      0   100%
17:08:51 docker/models/configs.py                 22      8      6      0    64%
17:08:51 docker/models/containers.py             194    137     78      0    22%
17:08:51 docker/models/images.py                 143     93     62      0    27%
17:08:51 docker/models/networks.py                39     20     16      0    42%
17:08:51 docker/models/nodes.py                   16      5      6      0    68%
17:08:51 docker/models/plugins.py                 51     29     12      0    41%
17:08:51 docker/models/resource.py                43     24     10      0    43%
17:08:51 docker/models/secrets.py                 23      9      6      0    62%
17:08:51 docker/models/services.py                89     63     40      0    23%
17:08:51 docker/models/swarm.py                   40     21      8      0    44%
17:08:51 docker/models/volumes.py                 24     10      8      0    56%
17:08:51 docker/tls.py                            35     24     14      0    27%
17:08:51 docker/transport/__init__.py             11      3      0      0    73%
17:08:51 docker/transport/basehttpadapter.py       6      3      4      0    50%
17:08:51 docker/transport/npipeconn.py            53     48     17      0     7%
17:08:51 docker/transport/npipesocket.py         154    150     26      0     2%
17:08:51 docker/transport/sshconn.py             158    120     67      0    20%
17:08:51 docker/transport/ssladapter.py           29     18     10      0    33%
17:08:51 docker/transport/unixconn.py             47     29     15      0    39%
17:08:51 docker/types/__init__.py                  6      0      0      0   100%
17:08:51 docker/types/base.py                      4      2      4      0    50%
17:08:51 docker/types/containers.py              440    378    340      0     9%
17:08:51 docker/types/daemon.py                   33     24     16      0    22%
17:08:51 docker/types/healthcheck.py              43     20      6      0    51%
17:08:51 docker/types/networks.py                 45     35     40      0    21%
17:08:51 docker/types/services.py                347    288    268      0    15%
17:08:51 docker/types/swarm.py                    51     45     44      0    11%
17:08:51 docker/utils/__init__.py                  3      0      0      0   100%
17:08:51 docker/utils/build.py                   152    127     78      0    13%
17:08:51 docker/utils/config.py                   36      9     12      5    71%
17:08:51 docker/utils/decorators.py               33     13     12      1    47%
17:08:51 docker/utils/fnmatch.py                  55     47     28      0    10%
17:08:51 docker/utils/json_stream.py              40     31     14      1    19%
17:08:51 docker/utils/ports.py                    50     50     32      0     0%
17:08:51 docker/utils/proxy.py                    37     21     14      0    35%
17:08:51 docker/utils/socket.py                   96     73     48      0    17%
17:08:51 docker/utils/utils.py                   279    191    173     19    25%
17:08:51 docker/version.py                        11      9      0      0    18%
17:08:51 -----------------------------------------------------------------------
17:08:51 TOTAL                                  5288   3795   2552     51    23%
17:08:51 
17:08:51 =========================== short test summary info ============================
17:08:51 XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds
17:08:51   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
17:08:51 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:08:51   CONFIG_RT_GROUP_SCHED isn't enabled
17:08:51 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:08:51   Not supported on most drivers
17:08:51 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
17:08:51   Output of docker top depends on host distro, and is not formalized.
17:08:51 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:08:51   Output of docker top depends on host distro, and is not formalized.
17:08:51 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
17:08:51   Can fail if eth0 has multiple IP addresses
17:08:51 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:08:51   This doesn't seem to be taken into account by the engine
17:08:51 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
17:08:51   Flaky test
17:08:51 XFAIL tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream
17:08:51   Docker API always returns chunked resp
17:08:51 SKIPPED [1] tests/integration/api_container_test.py:218: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:08:51 SKIPPED [1] tests/integration/api_service_test.py:1407: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/api_service_test.py:1422: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/api_service_test.py:643: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/api_service_test.py:657: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/api_service_test.py:88: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/models_services_test.py:342: API version is too low (< 1.41)
17:08:51 SKIPPED [1] tests/integration/models_services_test.py:361: API version is too low (< 1.41)
17:08:51 ============ 9 skipped, 9 xfailed, 386 errors in 121.72s (0:02:01) =============
17:08:52 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove ERROR [ 96%]
[Pipeline] sh
17:08:52 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream XFAIL [ 96%]
17:08:52 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side ERROR [ 97%]
17:08:52 + docker stop dpy-dind-54-0-py3.10-19.03.13
17:08:53 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names ERROR [ 97%]
17:08:53 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none ERROR [ 97%]
17:08:53 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value ERROR [ 97%]
17:08:54 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol ERROR [ 98%]
17:08:54 dpy-dind-54-0-py3.10-19.03.13
17:08:54 + docker network rm dpy-testnet-54-0-py3.10-19.03.13
17:08:54 dpy-testnet-54-0-py3.10-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_19.03.13
17:08:54 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 98%]
17:08:54 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 98%]
17:08:54 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 98%]
17:08:55 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 99%]
17:08:55 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 99%]
17:08:56 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override ERROR [ 99%]
17:08:56 tests/integration/credentials/store_test.py::TestStore::test_unavailable_store ERROR [ 99%]
17:08:57 tests/integration/credentials/utils_test.py::test_create_environment_dict ERROR [100%]
17:08:57 
17:08:57 ==================================== ERRORS ====================================
17:08:57 _________ ERROR at setup of BuildTest.test_build_container_with_target _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of BuildTest.test_build_isolation _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of BuildTest.test_build_labels _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of BuildTest.test_build_shmsize ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of BuildTest.test_build_squash _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of BuildTest.test_build_streaming _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of InformationTest.test_info __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of InformationTest.test_version ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of AutoDetectVersionTest.test_client_init ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ConnectionTimeoutTest.test_timeout _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of UnixconnTest.test_resource_warnings _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ConfigAPITest.test_create_config ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ConfigAPITest.test_create_config_unicode_data ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ConfigAPITest.test_create_config_with_templating ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ConfigAPITest.test_inspect_config ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ConfigAPITest.test_list_configs _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ConfigAPITest.test_remove_config ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ListContainersTest.test_list_containers ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of CreateContainerTest.test_create _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of CreateContainerTest.test_create_container_with_volumes_from _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of CreateContainerTest.test_create_with_auto_remove ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of CreateContainerTest.test_create_with_device_cgroup_rules __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of CreateContainerTest.test_create_with_environment_variable_no_value _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of CreateContainerTest.test_create_with_host_pid_mode _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of CreateContainerTest.test_create_with_init __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of CreateContainerTest.test_create_with_isolation _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of CreateContainerTest.test_create_with_links _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of CreateContainerTest.test_create_with_mac_address ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_int _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of CreateContainerTest.test_create_with_memory_constraints_with_str _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of CreateContainerTest.test_create_with_restart_policy _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of CreateContainerTest.test_create_with_stop_timeout ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of CreateContainerTest.test_create_with_tmpfs _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of CreateContainerTest.test_create_with_uts_mode ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of CreateContainerTest.test_group_id_ints ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of CreateContainerTest.test_group_id_strings __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of CreateContainerTest.test_invalid_log_driver_raises_exception _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of CreateContainerTest.test_valid_log_driver_and_log_opt ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of CreateContainerTest.test_valid_no_config_specified _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of CreateContainerTest.test_valid_no_log_driver_specified ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_ro __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of VolumeBindTest.test_create_with_binds_rw __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of VolumeBindTest.test_create_with_mounts ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of VolumeBindTest.test_create_with_mounts_ro __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of VolumeBindTest.test_create_with_volume_mount ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ArchiveTest.test_copy_directory_to_container ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ArchiveTest.test_copy_file_to_container ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ArchiveTest.test_get_file_archive_from_container ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ArchiveTest.test_get_file_stat_from_container ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of RenameContainerTest.test_rename_container __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of StartContainerTest.test_run_shlex_commands _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of StartContainerTest.test_start_container ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of StartContainerTest.test_start_container_with_dict_instead_of_id _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of WaitTest.test_wait _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of WaitTest.test_wait_with_condition ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of WaitTest.test_wait_with_dict_instead_of_id _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of LogsTest.test_logs _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of LogsTest.test_logs_streaming_and_follow ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of LogsTest.test_logs_streaming_and_follow_and_cancel _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of LogsTest.test_logs_tail_option _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of LogsTest.test_logs_with_dict_instead_of_id _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of LogsTest.test_logs_with_tail_0 _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of LogsTest.test_logs_with_until ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of DiffTest.test_diff _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of DiffTest.test_diff_with_dict_instead_of_id _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of StopTest.test_stop _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of StopTest.test_stop_with_dict_instead_of_id _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of KillTest.test_kill _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of KillTest.test_kill_with_dict_instead_of_id _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of KillTest.test_kill_with_signal _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of KillTest.test_kill_with_signal_integer ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of KillTest.test_kill_with_signal_name _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of PortTest.test_port _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of RestartContainerTest.test_restart ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of RestartContainerTest.test_restart_with_dict_instead_of_id __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of RestartContainerTest.test_restart_with_low_timeout _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of RemoveContainerTest.test_remove _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of RemoveContainerTest.test_remove_with_dict_instead_of_id ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of AttachContainerTest.test_attach_no_stream __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of AttachContainerTest.test_attach_stream_and_cancel ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of AttachContainerTest.test_detach_with_arg __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of AttachContainerTest.test_detach_with_config_file ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of AttachContainerTest.test_detach_with_default ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_http _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of AttachContainerTest.test_run_container_reading_socket_ws __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of AttachContainerTest.test_run_container_streaming ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of PauseTest.test_pause_unpause ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of PruneTest.test_prune_containers _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of GetContainerStatsTest.test_get_container_stats_no_stream __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ContainerUpdateTest.test_restart_policy_update _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of ContainerUpdateTest.test_update_container __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of ContainerCPUTest.test_container_cpu_shares _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ContainerCPUTest.test_container_cpuset ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of ContainerCPUTest.test_create_with_runtime __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of LinkTest.test_remove_link __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ExecTest.test_detach_with_config_file ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ExecTest.test_detach_with_default ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ExecTest.test_exec_command_as_root _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ExecTest.test_exec_command_as_user _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ExecTest.test_exec_command_streaming ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ExecTest.test_exec_command_string ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ExecTest.test_exec_command_with_env _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ExecTest.test_exec_command_with_workdir ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ExecTest.test_exec_inspect _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ExecTest.test_exec_start_detached ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ExecTest.test_exec_start_socket _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ExecTest.test_execute_command ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ExecTest.test_execute_command_with_proxy_env ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_demux _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ExecDemuxTest.test_exec_command_no_stream_no_demux _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ExecDemuxTest.test_exec_command_stream_demux ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ExecDemuxTest.test_exec_command_stream_no_demux _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_demux _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of ExecDemuxTest.test_exec_command_tty_no_stream_no_demux ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_demux ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ExecDemuxTest.test_exec_command_tty_stream_no_demux _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of HealthcheckTest.test_healthcheck_fails ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of HealthcheckTest.test_healthcheck_passes ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of HealthcheckTest.test_healthcheck_shell_command _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of HealthcheckTest.test_healthcheck_start_period ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ListImagesTest.test_images _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ListImagesTest.test_images_quiet ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of PullImageTest.test_pull ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of PullImageTest.test_pull_invalid_platform __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of PullImageTest.test_pull_streaming ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________________ ERROR at setup of CommitTest.test_commit ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of CommitTest.test_commit_with_changes _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of RemoveImageTest.test_remove _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ImportImageTest.test_get_load_image _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ImportImageTest.test_import_from_bytes ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ImportImageTest.test_import_from_file ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ImportImageTest.test_import_from_stream ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of ImportImageTest.test_import_image_from_data_with_changes __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ImportImageTest.test_import_image_with_changes _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of PruneImagesTest.test_prune_images ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of SaveLoadImagesTest.test_get_image_load_image ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of InspectDistributionTest.test_inspect_distribution ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of TestNetworks.test_connect_and_disconnect_container _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of TestNetworks.test_connect_and_force_disconnect_container __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of TestNetworks.test_connect_on_container_create ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of TestNetworks.test_connect_with_aliases ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of TestNetworks.test_connect_with_ipv4_address _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of TestNetworks.test_connect_with_ipv6_address _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of TestNetworks.test_connect_with_links ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of TestNetworks.test_connect_with_mac_address _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of TestNetworks.test_create_check_duplicate __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of TestNetworks.test_create_inspect_network_with_scope _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of TestNetworks.test_create_internal_networks _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of TestNetworks.test_create_network_attachable _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of TestNetworks.test_create_network_ingress __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of TestNetworks.test_create_network_ipv6_enabled ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of TestNetworks.test_create_network_with_host_driver_fails ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of TestNetworks.test_create_network_with_ipam_config ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of TestNetworks.test_create_network_with_labels ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of TestNetworks.test_create_network_with_labels_wrong_type ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of TestNetworks.test_create_remove_network_with_space_in_name _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of TestNetworks.test_create_with_aliases ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of TestNetworks.test_create_with_driveropt ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of TestNetworks.test_create_with_ipv4_address _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of TestNetworks.test_create_with_ipv6_address _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of TestNetworks.test_create_with_linklocal_ips _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of TestNetworks.test_create_with_links _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of TestNetworks.test_inspect_network ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of TestNetworks.test_list_networks _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of TestNetworks.test_prune_networks ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of TestNetworks.test_remove_network ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of PluginTest.test_configure_plugin ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_create_plugin ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_disable_plugin _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_enable_plugin ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of PluginTest.test_force_remove_plugin _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_inspect_plugin _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_install_plugin _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of PluginTest.test_list_plugins ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of PluginTest.test_plugin_privileges ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_remove_plugin ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of PluginTest.test_upgrade_plugin _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of SecretAPITest.test_create_secret ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of SecretAPITest.test_create_secret_unicode_data ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of SecretAPITest.test_inspect_secret ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of SecretAPITest.test_list_secrets _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of SecretAPITest.test_remove_secret ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_create_service_custom_log_driver ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_create_service_global_mode _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_create_service_replicated_mode _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ServiceTest.test_create_service_simple ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_create_service_with_config _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_create_service_with_custom_networks ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_create_service_with_dns_config _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ServiceTest.test_create_service_with_env __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_failure_action_rollback _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of ServiceTest.test_create_service_with_generic_resources ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_create_service_with_groups _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_create_service_with_healthcheck ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_create_service_with_hostname ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of ServiceTest.test_create_service_with_hosts _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of ServiceTest.test_create_service_with_init __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_invalid_generic_resources _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_network_attachment_config _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_create_service_with_placement _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_placement_maxreplicas _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of ServiceTest.test_create_service_with_placement_object ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of ServiceTest.test_create_service_with_placement_platform ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_placement_preferences_tuple _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_create_service_with_privileges _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_create_service_with_readonly ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_resources_constraints _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_create_service_with_restart_policy _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_create_service_with_rollback_config ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_create_service_with_secret _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_create_service_with_stop_signal ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_create_service_with_sysctl _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ServiceTest.test_create_service_with_tty __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_create_service_with_tty_dict ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_config _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_create_service_with_unicode_secret _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_create_service_with_update_config _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_create_service_with_update_config_monitor _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_create_service_with_update_order ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_create_service_with_volume_mount ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ServiceTest.test_inspect_service_by_id ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ServiceTest.test_inspect_service_by_name __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_inspect_service_insert_defaults ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ServiceTest.test_list_services _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_list_services_filter_by_label _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ServiceTest.test_remove_service_by_id ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ServiceTest.test_remove_service_by_name ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ServiceTest.test_service_logs ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_update_service_force_update ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of ServiceTest.test_update_service_remove_container_labels ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_update_service_remove_healthcheck _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_update_service_remove_labels ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_container_labels _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_endpoint_spec _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_update_service_with_defaults_labels ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_mode _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ServiceTest.test_update_service_with_defaults_name _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of ServiceTest.test_update_service_with_defaults_networks ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_update_service_with_defaults_update_config _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ServiceTest.test_update_service_with_network_change _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of SwarmTest.test_init_already_in_cluster ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_both_args ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_defaults _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_pool ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of SwarmTest.test_init_swarm_custom_addr_pool_only_subnet_size _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of SwarmTest.test_init_swarm_custom_raft_spec _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of SwarmTest.test_init_swarm_data_path_port __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of SwarmTest.test_init_swarm_force_new_cluster _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of SwarmTest.test_init_swarm_simple ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of SwarmTest.test_init_swarm_with_autolock_managers ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of SwarmTest.test_init_swarm_with_ca_config __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of SwarmTest.test_inspect_node _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of SwarmTest.test_leave_swarm _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of SwarmTest.test_list_nodes __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of SwarmTest.test_remove_main_node _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of SwarmTest.test_rotate_manager_unlock_key __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of SwarmTest.test_update_node _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of SwarmTest.test_update_swarm _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestVolumes.test_create_volume _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of TestVolumes.test_create_volume_invalid_driver ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of TestVolumes.test_force_remove_volume ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of TestVolumes.test_inspect_nonexistent_volume _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of TestVolumes.test_inspect_volume _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestVolumes.test_list_volumes ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestVolumes.test_prune_volumes _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of TestVolumes.test_remove_nonexistent_volume _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestVolumes.test_remove_volume _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________________ ERROR at setup of ClientTest.test_df _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________________ ERROR at setup of ClientTest.test_info ____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________________ ERROR at setup of ClientTest.test_ping ____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ClientTest.test_version ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of CancellableEventsTest.test_cancel_events __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ContextLifecycleTest.test_context_remove __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ContextLifecycleTest.test_lifecycle _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ContextLifecycleTest.test_load_context_without_orchestrator _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ErrorsTest.test_api_error_parses_json ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ContainerCollectionTest.test_get ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ContainerCollectionTest.test_list ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ContainerCollectionTest.test_list_sparse __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of ContainerCollectionTest.test_run ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ContainerCollectionTest.test_run_detach ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of ContainerCollectionTest.test_run_with_auto_remove_error ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ContainerCollectionTest.test_run_with_error _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ContainerCollectionTest.test_run_with_image_that_does_not_exist _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___ ERROR at setup of ContainerCollectionTest.test_run_with_json_file_driver ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ContainerCollectionTest.test_run_with_named_volume _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ContainerCollectionTest.test_run_with_network ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ContainerCollectionTest.test_run_with_none_driver ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of ContainerCollectionTest.test_run_with_proxy_config _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ContainerCollectionTest.test_run_with_streamed_logs_and_cancel _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ContainerCollectionTest.test_run_with_volume ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ContainerTest.test_commit __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ContainerTest.test_create_with_volume_driver ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_diff ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of ContainerTest.test_exec_run_failed _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ContainerTest.test_exec_run_success _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_kill ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_logs ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_pause __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ContainerTest.test_ports_target_list ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ContainerTest.test_ports_target_none ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ContainerTest.test_ports_target_tuple ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ContainerTest.test_remove __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ContainerTest.test_rename __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ContainerTest.test_restart _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_start __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_stats __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_stop ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________________ ERROR at setup of ContainerTest.test_top ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________________ ERROR at setup of ContainerTest.test_update __________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ContainerTest.test_wait ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ImageCollectionTest.test_build _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _________ ERROR at setup of ImageCollectionTest.test_build_with_error __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____ ERROR at setup of ImageCollectionTest.test_build_with_multiple_success ____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of ImageCollectionTest.test_build_with_success_build_output __
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ImageCollectionTest.test_list ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ImageCollectionTest.test_list_with_repository ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ImageCollectionTest.test_load_error _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ImageCollectionTest.test_pull ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ImageCollectionTest.test_pull_multiple ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_sha ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ImageCollectionTest.test_pull_with_tag ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ImageCollectionTest.test_save_and_load ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ImageCollectionTest.test_save_and_load_repo_name ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of ImageCollectionTest.test_save_name_error __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ImageTest.test_tag_and_remove ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____________ ERROR at setup of NetworkCollectionTest.test_create ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of NetworkCollectionTest.test_get _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of NetworkCollectionTest.test_list_remove ___________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of NetworkTest.test_connect_disconnect _____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of NodesTest.test_list_get_update _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________________ ERROR at setup of ModelTest.test_reload ____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ServiceTest.test_create ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________ ERROR at setup of ServiceTest.test_create_with_network ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ServiceTest.test_force_update_service ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________________ ERROR at setup of ServiceTest.test_get ____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of ServiceTest.test_list_remove ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of ServiceTest.test_scale_service _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ___________________ ERROR at setup of ServiceTest.test_tasks ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________________ ERROR at setup of ServiceTest.test_update ___________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of SwarmTest.test_init_update_leave ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________ ERROR at setup of SwarmTest.test_join_on_already_joined_swarm _________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of VolumesTest.test_create_get _________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of VolumesTest.test_list_remove ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of TestRegressions.test_542_truncate_ids_client_side ______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _ ERROR at setup of TestRegressions.test_647_support_doubleslash_in_image_names _
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _____ ERROR at setup of TestRegressions.test_649_handle_timeout_value_none _____
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __ ERROR at setup of TestRegressions.test_715_handle_user_param_as_int_value ___
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______ ERROR at setup of TestRegressions.test_792_explicit_port_protocol _______
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of TestStore.test_store_and_get ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestStore.test_get_nonexistent _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestStore.test_store_and_erase _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 _______________ ERROR at setup of TestStore.test_unicode_strings _______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ____________________ ERROR at setup of TestStore.test_list _____________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 __________ ERROR at setup of TestStore.test_execute_with_env_override __________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ______________ ERROR at setup of TestStore.test_unavailable_store ______________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 ________________ ERROR at setup of test_create_environment_dict ________________
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:174: in _new_conn
17:08:57     conn = connection.create_connection(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:95: in create_connection
17:08:57     raise err
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/connection.py:85: in create_connection
17:08:57     sock.connect(sa)
17:08:57 E   ConnectionRefusedError: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
17:08:57     httplib_response = self._make_request(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:398: in _make_request
17:08:57     conn.request(method, url, **httplib_request_kw)
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:239: in request
17:08:57     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
17:08:57 /usr/local/lib/python3.10/http/client.py:1283: in request
17:08:57     self._send_request(method, url, body, headers, encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1329: in _send_request
17:08:57     self.endheaders(body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1278: in endheaders
17:08:57     self._send_output(message_body, encode_chunked=encode_chunked)
17:08:57 /usr/local/lib/python3.10/http/client.py:1038: in _send_output
17:08:57     self.send(msg)
17:08:57 /usr/local/lib/python3.10/http/client.py:976: in send
17:08:57     self.connect()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:205: in connect
17:08:57     conn = self._new_conn()
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connection.py:186: in _new_conn
17:08:57     raise NewConnectionError(
17:08:57 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:489: in send
17:08:57     resp = conn.urlopen(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
17:08:57     retries = retries.increment(
17:08:57 /usr/local/lib/python3.10/site-packages/urllib3/util/retry.py:592: in increment
17:08:57     raise MaxRetryError(_pool, url, error or ResponseError(cause))
17:08:57 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 docker/api/client.py:214: in _retrieve_server_version
17:08:57     return self.version(api_version=False)["ApiVersion"]
17:08:57 docker/api/daemon.py:181: in version
17:08:57     return self._result(self._get(url), json=True)
17:08:57 docker/utils/decorators.py:46: in inner
17:08:57     return f(self, *args, **kwargs)
17:08:57 docker/api/client.py:237: in _get
17:08:57     return self.get(url, **self._set_request_timeout(kwargs))
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:600: in get
17:08:57     return self.request("GET", url, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:587: in request
17:08:57     resp = self.send(prep, **send_kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/sessions.py:701: in send
17:08:57     r = adapter.send(request, **kwargs)
17:08:57 /usr/local/lib/python3.10/site-packages/requests/adapters.py:565: in send
17:08:57     raise ConnectionError(e, request=request)
17:08:57 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 During handling of the above exception, another exception occurred:
17:08:57 tests/integration/conftest.py:14: in setup_test_session
17:08:57     c = docker.APIClient(version='auto', **kwargs_from_env())
17:08:57 docker/api/client.py:197: in __init__
17:08:57     self._version = self._retrieve_server_version()
17:08:57 docker/api/client.py:221: in _retrieve_server_version
17:08:57     raise DockerException(
17:08:57 E   docker.errors.DockerException: Error while fetching server API version: HTTPConnectionPool(host='dpy-dind-54-0-py3.10-24.0.0-rc.2', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9abb061a20>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:08:57 
17:08:57 ---------- coverage: platform linux, python 3.10.11-final-0 ----------
17:08:57 Name                                  Stmts   Miss Branch BrPart  Cover
17:08:57 -----------------------------------------------------------------------
17:08:57 docker/__init__.py                        7      0      0      0   100%
17:08:57 docker/_version.py                        2      0      0      0   100%
17:08:57 docker/api/__init__.py                    1      0      0      0   100%
17:08:57 docker/api/build.py                     127    112     98      0     8%
17:08:57 docker/api/client.py                    269    156     94     11    35%
17:08:57 docker/api/config.py                     31     18      6      0    41%
17:08:57 docker/api/container.py                 289    223    120      0    17%
17:08:57 docker/api/daemon.py                     40     27     16      0    27%
17:08:57 docker/api/exec_api.py                   51     41     26      0    16%
17:08:57 docker/api/image.py                     161    127     64      0    16%
17:08:57 docker/api/network.py                    91     74     50      0    13%
17:08:57 docker/api/plugin.py                     96     68     18      0    26%
17:08:57 docker/api/secret.py                     36     22     10      0    35%
17:08:57 docker/api/service.py                   206    180    155      0     8%
17:08:57 docker/api/swarm.py                     114     81     44      0    22%
17:08:57 docker/api/volume.py                     38     29     16      0    20%
17:08:57 docker/auth.py                          200    130     80     10    30%
17:08:57 docker/client.py                         80     18      4      1    77%
17:08:57 docker/constants.py                      21      0      0      0   100%
17:08:57 docker/context/__init__.py                2      0      0      0   100%
17:08:57 docker/context/api.py                    81     57     40      0    21%
17:08:57 docker/context/config.py                 61     42     22      1    24%
17:08:57 docker/context/context.py               163    113     70      2    23%
17:08:57 docker/credentials/__init__.py            3      0      0      0   100%
17:08:57 docker/credentials/constants.py           4      0      0      0   100%
17:08:57 docker/credentials/errors.py             11      4      8      0    68%
17:08:57 docker/credentials/store.py              47     32     16      0    27%
17:08:57 docker/credentials/utils.py               5      3      0      0    40%
17:08:57 docker/errors.py                        113     61     61      0    53%
17:08:57 docker/models/__init__.py                 0      0      0      0   100%
17:08:57 docker/models/configs.py                 22      8      6      0    64%
17:08:57 docker/models/containers.py             194    137     78      0    22%
17:08:57 docker/models/images.py                 143     93     62      0    27%
17:08:57 docker/models/networks.py                39     20     16      0    42%
17:08:57 docker/models/nodes.py                   16      5      6      0    68%
17:08:57 docker/models/plugins.py                 51     29     12      0    41%
17:08:57 docker/models/resource.py                43     24     10      0    43%
17:08:57 docker/models/secrets.py                 23      9      6      0    62%
17:08:57 docker/models/services.py                89     63     40      0    23%
17:08:57 docker/models/swarm.py                   40     21      8      0    44%
17:08:57 docker/models/volumes.py                 24     10      8      0    56%
17:08:57 docker/tls.py                            35     24     14      0    27%
17:08:57 docker/transport/__init__.py             11      3      0      0    73%
17:08:57 docker/transport/basehttpadapter.py       6      3      4      0    50%
17:08:57 docker/transport/npipeconn.py            53     48     17      0     7%
17:08:57 docker/transport/npipesocket.py         154    150     26      0     2%
17:08:57 docker/transport/sshconn.py             158    120     67      0    20%
17:08:57 docker/transport/ssladapter.py           29     18     10      0    33%
17:08:57 docker/transport/unixconn.py             47     29     15      0    39%
17:08:57 docker/types/__init__.py                  6      0      0      0   100%
17:08:57 docker/types/base.py                      4      2      4      0    50%
17:08:57 docker/types/containers.py              440    378    340      0     9%
17:08:57 docker/types/daemon.py                   33     24     16      0    22%
17:08:57 docker/types/healthcheck.py              43     20      6      0    51%
17:08:57 docker/types/networks.py                 45     35     40      0    21%
17:08:57 docker/types/services.py                347    288    268      0    15%
17:08:57 docker/types/swarm.py                    51     45     44      0    11%
17:08:57 docker/utils/__init__.py                  3      0      0      0   100%
17:08:57 docker/utils/build.py                   152    127     78      0    13%
17:08:57 docker/utils/config.py                   36      9     12      5    71%
17:08:57 docker/utils/decorators.py               33     13     12      1    47%
17:08:57 docker/utils/fnmatch.py                  55     47     28      0    10%
17:08:57 docker/utils/json_stream.py              40     31     14      1    19%
17:08:57 docker/utils/ports.py                    50     50     32      0     0%
17:08:57 docker/utils/proxy.py                    37     21     14      0    35%
17:08:57 docker/utils/socket.py                   96     73     48      0    17%
17:08:57 docker/utils/utils.py                   279    191    173     19    25%
17:08:57 docker/version.py                        11      9      0      0    18%
17:08:57 -----------------------------------------------------------------------
17:08:57 TOTAL                                  5288   3795   2552     51    23%
17:08:57 
17:08:57 =========================== short test summary info ============================
17:08:57 XFAIL tests/integration/api_build_test.py::BuildTest::test_prune_builds
17:08:57   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
17:08:57 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:08:57   CONFIG_RT_GROUP_SCHED isn't enabled
17:08:57 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:08:57   Not supported on most drivers
17:08:57 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
17:08:57   Output of docker top depends on host distro, and is not formalized.
17:08:57 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:08:57   Output of docker top depends on host distro, and is not formalized.
17:08:57 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
17:08:57   Can fail if eth0 has multiple IP addresses
17:08:57 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:08:57   This doesn't seem to be taken into account by the engine
17:08:57 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
17:08:57   Flaky test
17:08:57 XFAIL tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream
17:08:57   Docker API always returns chunked resp
17:08:57 SKIPPED [1] tests/integration/api_container_test.py:218: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:08:57 SKIPPED [1] tests/integration/api_service_test.py:1407: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/api_service_test.py:1422: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/api_service_test.py:643: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/api_service_test.py:657: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/api_service_test.py:88: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/models_services_test.py:342: API version is too low (< 1.41)
17:08:57 SKIPPED [1] tests/integration/models_services_test.py:361: API version is too low (< 1.41)
17:08:57 ============ 9 skipped, 9 xfailed, 386 errors in 124.04s (0:02:04) =============
[Pipeline] sh
17:08:58 + docker stop dpy-dind-54-0-py3.10-24.0.0-rc.2
17:08:59 dpy-dind-54-0-py3.10-24.0.0-rc.2
17:08:59 + docker network rm dpy-testnet-54-0-py3.10-24.0.0-rc.2
17:08:59 dpy-testnet-54-0-py3.10-24.0.0-rc.2
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_24.0.0-rc.2
[Pipeline] // parallel
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE