Skip to content
Failed

Console Output

Pull request #2993 updated
22:23:49 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a48a5a9647761406d66e8271f19fab7fa0c5f582 rather than f807e43afd9a8d1fe497d7e6fce40ead951f19a3
Obtained Jenkinsfile from a48a5a9647761406d66e8271f19fab7fa0c5f582
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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2993@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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # 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
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2’
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-054b41d0e32676bf9) in /home/ubuntu/workspace/docker-py_PR-2993
[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_PR-2993@tmp/53c71f81-6726-4bf4-912f-5b72b346582e/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
22:24:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:24:55 chowning workspace
[Pipeline] sh
22:24:56 + pwd
22:24:56 + id -u
22:24:56 + id -g
22:24:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2993:/workspace busybox chown -R 1000:1000 /workspace
22:24:56 Unable to find image 'busybox:latest' locally
22:24:56 latest: Pulling from library/busybox
22:24:56 462eb288b104: Pulling fs layer
22:24:57 462eb288b104: Verifying Checksum
22:24:57 462eb288b104: Download complete
22:24:57 462eb288b104: Pull complete
22:24:57 Digest: sha256:ebadf81a7f2146e95f8c850ad7af8cf9755d31cdba380a8ffd5930fba5996095
22:24:57 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
22:25:00 Removing all docker containers
[Pipeline] sh
22:25:00 + docker container ls -aq
[Pipeline] echo
22:25:00 Docker containers have been removed
[Pipeline] echo
22:25:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:25:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
22:25:00 The recommended git tool is: git
22:25:02 using credential docker-jenkins-github-credentials
22:25:02 Cloning the remote Git repository
22:25:02 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2993 # 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/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:25:03 Fetching without tags
22:25:04 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:25:04 Merge succeeded, producing f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:25:04 Checking out Revision f807e43afd9a8d1fe497d7e6fce40ead951f19a3 (PR-2993)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2993/head:refs/remotes/origin/PR-2993 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
22:25:07 Commit message: "sshcon: remove use of self.ssh_conf"
22:25:07 First time build. Skipping changelog.
[Pipeline] sh
22:25:08 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
22:25:08 + docker pull dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:25:08 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
 > git rev-list --no-walk 8d159887f712bdb09d5fb61b5deb181121b66122 # timeout=10
22:25:09 + docker build -t dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 -f tests/Dockerfile-ssh-dind .
22:25:09 Sending build context to Docker daemon  1.374MB

22:25:09 Step 1/11 : ARG API_VERSION=1.39
22:25:09 Step 2/11 : ARG ENGINE_VERSION=19.03.12
22:25:09 Step 3/11 : FROM docker:${ENGINE_VERSION}-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_PR-2993@tmp/9bf1618e-a3da-4546-8d25-f6381ba90d5a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
22:25:09 19.03.12-dind: Pulling from library/docker
22:25:09 df20fa9351a1: Pulling fs layer
22:25:09 25ad7478873d: Pulling fs layer
22:25:09 4684f6177b5d: Pulling fs layer
22:25:09 46e300cec669: Pulling fs layer
22:25:09 63038576ad94: Pulling fs layer
22:25:09 0fdb76c4706c: Pulling fs layer
22:25:09 cb7edeffdfd5: Pulling fs layer
22:25:09 cc28bd76800f: Pulling fs layer
22:25:09 54196fe38f7e: Pulling fs layer
22:25:09 ea71acc29633: Pulling fs layer
22:25:09 657cc4c15165: Pulling fs layer
22:25:09 cb7edeffdfd5: Waiting
22:25:09 cc28bd76800f: Waiting
22:25:09 54196fe38f7e: Waiting
22:25:09 ea71acc29633: Waiting
22:25:09 657cc4c15165: Waiting
22:25:09 46e300cec669: Waiting
22:25:09 63038576ad94: Waiting
22:25:09 0fdb76c4706c: Waiting
22:25:09 4684f6177b5d: Verifying Checksum
22:25:09 4684f6177b5d: Download complete
22:25:09 df20fa9351a1: Verifying Checksum
22:25:09 df20fa9351a1: Download complete
22:25:09 25ad7478873d: Verifying Checksum
22:25:09 25ad7478873d: Download complete
22:25:09 63038576ad94: Verifying Checksum
22:25:09 63038576ad94: Download complete
22:25:09 0fdb76c4706c: Verifying Checksum
22:25:09 0fdb76c4706c: Download complete
22:25:09 cb7edeffdfd5: Verifying Checksum
22:25:09 cb7edeffdfd5: Download complete
22:25:09 54196fe38f7e: Verifying Checksum
22:25:09 54196fe38f7e: Download complete
22:25:09 cc28bd76800f: Verifying Checksum
22:25:09 cc28bd76800f: Download complete
22:25:09 ea71acc29633: Verifying Checksum
22:25:09 ea71acc29633: Download complete
22:25:09 657cc4c15165: Verifying Checksum
22:25:09 657cc4c15165: Download complete
22:25:09 df20fa9351a1: Pull complete
22:25:10 46e300cec669: Verifying Checksum
22:25:10 46e300cec669: Download complete
22:25:10 25ad7478873d: Pull complete
22:25:10 4684f6177b5d: Pull complete
22:25:12 46e300cec669: Pull complete
22:25:12 63038576ad94: Pull complete
22:25:12 0fdb76c4706c: Pull complete
22:25:12 cb7edeffdfd5: Pull complete
22:25:12 cc28bd76800f: Pull complete
22:25:12 54196fe38f7e: Pull complete
22:25:13 ea71acc29633: Pull complete
22:25:13 657cc4c15165: Pull complete
22:25:13 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
22:25:13 Status: Downloaded newer image for docker:19.03.12-dind
22:25:13  ---> 66dc2d45749a
22:25:13 Step 4/11 : RUN apk add --no-cache 		openssh
22:25:15  ---> Running in bceab4580ec0
22:25:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
22:25:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
22:25:16 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
22:25:16 (2/4) Installing openssh-server-common (8.3_p1-r3)
22:25:16 (3/4) Installing openssh-server (8.3_p1-r3)
22:25:16 (4/4) Installing openssh (8.3_p1-r3)
22:25:16 Executing busybox-1.31.1-r16.trigger
22:25:16 OK: 28 MiB in 51 packages
22:25:17 Removing intermediate container bceab4580ec0
22:25:17  ---> 0472c3ecea5b
22:25:17 Step 5/11 : RUN ssh-keygen -A
22:25:17  ---> Running in 103b6e5d61f2
22:25:18 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
22:25:18 Removing intermediate container 103b6e5d61f2
22:25:18  ---> f75f79dbf68f
22:25:18 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" > /etc/ssh/sshd_config &&   echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config &&   echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
22:25:18  ---> Running in e8ccf2f98cf6
22:25:19 Removing intermediate container e8ccf2f98cf6
22:25:19  ---> 4f71e9c78dac
22:25:19 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
22:25:19  ---> 1e56d37b7f05
22:25:19 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
22:25:19  ---> Running in 8517bed36852
22:25:20 Removing intermediate container 8517bed36852
22:25:20  ---> 63a12629a5bd
22:25:20 Step 9/11 : RUN echo "root:root" | chpasswd
22:25:20  ---> Running in a11121e5ac61
22:25:20 chpasswd: password for 'root' changed
22:25:20 Removing intermediate container a11121e5ac61
22:25:20  ---> 8493af9425ae
22:25:20 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
22:25:21  ---> Running in f23428896539
22:25:21 Removing intermediate container f23428896539
22:25:21  ---> cb75a4906e15
22:25:21 Step 11/11 : EXPOSE 22
22:25:21  ---> Running in 541eadd58ff8
22:25:21 Removing intermediate container 541eadd58ff8
22:25:21  ---> 9f232789d7d1
22:25:21 Successfully built 9f232789d7d1
22:25:21 Successfully tagged dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
[Pipeline] isUnix
[Pipeline] sh
22:25:22 + docker tag dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
[Pipeline] isUnix
[Pipeline] sh
22:25:22 + docker push dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:25:22 The push refers to repository [docker.io/dockerpinata/docker-py]
22:25:22 583a8d3f68d6: Preparing
22:25:22 c18528dd1c79: Preparing
22:25:22 8aad61f05924: Preparing
22:25:22 1177e0034fc9: Preparing
22:25:22 cd4b8ecffead: Preparing
22:25:22 0acd090bf58c: Preparing
22:25:22 3e629edb9469: Preparing
22:25:22 1149e736aa92: Preparing
22:25:22 39e79983ac8b: Preparing
22:25:22 da8c28465f82: Preparing
22:25:22 d1292e236c36: Preparing
22:25:22 8890c171a12b: Preparing
22:25:22 4ae5bd84d450: Preparing
22:25:22 723a561964c8: Preparing
22:25:22 78764725b56c: Preparing
22:25:22 51d6d3d09136: Preparing
22:25:22 1507bc794612: Preparing
22:25:22 50644c29ef5a: Preparing
22:25:22 0acd090bf58c: Waiting
22:25:22 3e629edb9469: Waiting
22:25:22 1149e736aa92: Waiting
22:25:22 39e79983ac8b: Waiting
22:25:22 da8c28465f82: Waiting
22:25:22 d1292e236c36: Waiting
22:25:22 8890c171a12b: Waiting
22:25:22 4ae5bd84d450: Waiting
22:25:22 723a561964c8: Waiting
22:25:22 78764725b56c: Waiting
22:25:22 51d6d3d09136: Waiting
22:25:22 1507bc794612: Waiting
22:25:22 50644c29ef5a: Waiting
22:25:23 583a8d3f68d6: Pushed
22:25:23 cd4b8ecffead: Pushed
22:25:23 1177e0034fc9: Pushed
22:25:23 8aad61f05924: Pushed
22:25:23 1149e736aa92: Layer already exists
22:25:23 39e79983ac8b: Layer already exists
22:25:23 da8c28465f82: Layer already exists
22:25:23 c18528dd1c79: Pushed
22:25:23 8890c171a12b: Layer already exists
22:25:23 723a561964c8: Layer already exists
22:25:23 4ae5bd84d450: Layer already exists
22:25:23 51d6d3d09136: Layer already exists
22:25:24 78764725b56c: Layer already exists
22:25:24 1507bc794612: Layer already exists
22:25:24 50644c29ef5a: Layer already exists
22:25:24 d1292e236c36: Layer already exists
22:25:24 0acd090bf58c: Pushed
22:25:24 3e629edb9469: Pushed
22:25:26 sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3: digest: sha256:e70036705ca34121388d3c6611ad7e19d37fcaa88e9299798aedeca4e11a2077 size: 4067
[Pipeline] isUnix
[Pipeline] sh
22:25:26 + docker pull dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:25:26 Error response from daemon: manifest for dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
22:25:26 + docker build -t dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
22:25:26 Sending build context to Docker daemon  1.374MB

22:25:26 Step 1/21 : ARG PYTHON_VERSION=3.7
22:25:26 Step 2/21 : FROM python:${PYTHON_VERSION}
22:25:27 3.7: Pulling from library/python
22:25:27 e756f3fdd6a3: Pulling fs layer
22:25:27 bf168a674899: Pulling fs layer
22:25:27 e604223835cc: Pulling fs layer
22:25:27 6d5c91c4cd86: Pulling fs layer
22:25:27 2cc8d8854262: Pulling fs layer
22:25:27 2767dbfeeb87: Pulling fs layer
22:25:27 296236d5215e: Pulling fs layer
22:25:27 6ce1535cd557: Pulling fs layer
22:25:27 1e561f24c4db: Pulling fs layer
22:25:27 6d5c91c4cd86: Waiting
22:25:27 2cc8d8854262: Waiting
22:25:27 2767dbfeeb87: Waiting
22:25:27 296236d5215e: Waiting
22:25:27 6ce1535cd557: Waiting
22:25:27 1e561f24c4db: Waiting
22:25:27 bf168a674899: Verifying Checksum
22:25:27 bf168a674899: Download complete
22:25:27 e604223835cc: Verifying Checksum
22:25:27 e604223835cc: Download complete
22:25:28 e756f3fdd6a3: Verifying Checksum
22:25:28 e756f3fdd6a3: Download complete
22:25:28 2767dbfeeb87: Verifying Checksum
22:25:28 2767dbfeeb87: Download complete
22:25:28 6d5c91c4cd86: Verifying Checksum
22:25:28 6d5c91c4cd86: Download complete
22:25:28 6ce1535cd557: Verifying Checksum
22:25:28 6ce1535cd557: Download complete
22:25:29 1e561f24c4db: Verifying Checksum
22:25:29 1e561f24c4db: Download complete
22:25:29 296236d5215e: Verifying Checksum
22:25:29 296236d5215e: Download complete
22:25:32 2cc8d8854262: Verifying Checksum
22:25:32 2cc8d8854262: Download complete
22:25:36 e756f3fdd6a3: Pull complete
22:25:37 bf168a674899: Pull complete
22:25:37 e604223835cc: Pull complete
22:25:40 6d5c91c4cd86: Pull complete
22:25:49 2cc8d8854262: Pull complete
22:25:49 2767dbfeeb87: Pull complete
22:25:49 296236d5215e: Pull complete
22:25:49 6ce1535cd557: Pull complete
22:25:49 1e561f24c4db: Pull complete
22:25:49 Digest: sha256:bd2de989b824f57c2017fb7a0af66092c1baee182e5b73d1149de40efd667aac
22:25:49 Status: Downloaded newer image for python:3.7
22:25:49  ---> fb303727a80b
22:25:49 Step 3/21 : ARG APT_MIRROR
22:25:53  ---> Running in 9094544bed06
22:25:53 Removing intermediate container 9094544bed06
22:25:53  ---> f3ccd196ec12
22:25:53 Step 4/21 : 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
22:25:53  ---> Running in 8780c21783b6
22:25:54 Removing intermediate container 8780c21783b6
22:25:54  ---> fa5f992cffc0
22:25:54 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
22:25:54  ---> Running in b2889c381fad
22:25:55 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:25:55 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:25:55 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
22:25:55 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB]
22:25:55 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
22:25:55 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
22:25:56 Fetched 8537 kB in 2s (4829 kB/s)
22:25:57 Reading package lists...
22:25:58 Reading package lists...
22:25:58 Building dependency tree...
22:25:58 Reading state information...
22:25:58 The following additional packages will be installed:
22:25:58   tree
22:25:58 Suggested packages:
22:25:58   python libxml-simple-perl ruby
22:25:58 Recommended packages:
22:25:58   qrencode xclip
22:25:58 The following NEW packages will be installed:
22:25:58   gnupg2 pass tree
22:25:58 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
22:25:58 Need to get 523 kB of archives.
22:25:58 After this operation, 727 kB of additional disk space will be used.
22:25:58 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u1 [434 kB]
22:25:58 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
22:25:58 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
22:25:58 debconf: delaying package configuration, since apt-utils is not installed
22:25:59 Fetched 523 kB in 0s (1807 kB/s)
22:25:59 Selecting previously unselected package gnupg2.
22:25:59 (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 ... 23422 files and directories currently installed.)
22:25:59 Preparing to unpack .../gnupg2_2.2.27-2+deb11u1_all.deb ...
22:25:59 Unpacking gnupg2 (2.2.27-2+deb11u1) ...
22:25:59 Selecting previously unselected package tree.
22:25:59 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
22:25:59 Unpacking tree (1.8.0-1+b1) ...
22:25:59 Selecting previously unselected package pass.
22:25:59 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
22:25:59 Unpacking pass (1.7.3-2) ...
22:25:59 Setting up gnupg2 (2.2.27-2+deb11u1) ...
22:25:59 Setting up tree (1.8.0-1+b1) ...
22:25:59 Setting up pass (1.7.3-2) ...
22:26:00 Removing intermediate container b2889c381fad
22:26:00  ---> 5efd21afdec7
22:26:00 Step 6/21 : COPY tests/ssh-keys /root/.ssh
22:26:00  ---> d3a21ed41396
22:26:00 Step 7/21 : RUN chmod -R 600 /root/.ssh
22:26:00  ---> Running in 9fe37db7f9ee
22:26:01 Removing intermediate container 9fe37db7f9ee
22:26:01  ---> cbda80b16633
22:26:01 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
22:26:01  ---> 6ece51ff6487
22:26:01 Step 9/21 : RUN gpg2 --import gpg-keys/secret
22:26:01  ---> Running in ffe591e7d9cd
22:26:01 gpg: directory '/root/.gnupg' created
22:26:01 gpg: keybox '/root/.gnupg/pubring.kbx' created
22:26:01 gpg: /root/.gnupg/trustdb.gpg: trustdb created
22:26:01 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
22:26:01 gpg: key 464ED987A7B21401: secret key imported
22:26:01 gpg: Total number processed: 1
22:26:01 gpg:               imported: 1
22:26:01 gpg:       secret keys read: 1
22:26:01 gpg:   secret keys imported: 1
22:26:01 Removing intermediate container ffe591e7d9cd
22:26:01  ---> a350c052f685
22:26:01 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
22:26:01  ---> Running in 08d5e4b9e4c2
22:26:02 gpg: inserting ownertrust of 6
22:26:02 Removing intermediate container 08d5e4b9e4c2
22:26:02  ---> 6e2964da9fc1
22:26:02 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
22:26:02  ---> Running in ecd7f7720147
22:26:02 gpg: please do a --check-trustdb
22:26:02 mkdir: created directory '/root/.password-store/'
22:26:02 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
22:26:03 Removing intermediate container ecd7f7720147
22:26:03  ---> 7c81a0d362d1
22:26:03 Step 12/21 : RUN gpg2 --check-trustdb
22:26:03  ---> Running in 4651b2c604c6
22:26:03 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
22:26:03 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
22:26:03 Removing intermediate container 4651b2c604c6
22:26:03  ---> b9654fcac1cb
22:26:03 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
22:26:03  ---> Running in 5ea026a3fbd1
22:26:04 Removing intermediate container 5ea026a3fbd1
22:26:04  ---> 1c87ec8b4b83
22:26:04 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-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
22:26:04  ---> Running in db406abfb5f5
22:26:05 Removing intermediate container db406abfb5f5
22:26:05  ---> cb001649e2a0
22:26:05 Step 15/21 : WORKDIR /src
22:26:05  ---> Running in c70677c2081b
22:26:05 Removing intermediate container c70677c2081b
22:26:05  ---> 34e86d26fe47
22:26:05 Step 16/21 : COPY requirements.txt /src/requirements.txt
22:26:05  ---> 9d1f3d210af7
22:26:05 Step 17/21 : RUN pip install -r requirements.txt
22:26:05  ---> Running in 9d1f29536c53
22:26:07 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
22:26:11 Collecting appdirs==1.4.3
22:26:12   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
22:26:12 Collecting asn1crypto==0.22.0
22:26:12   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
22:26:12      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 14.2 MB/s eta 0:00:00
22:26:12 Collecting backports.ssl-match-hostname==3.5.0.1
22:26:12   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
22:26:12   Preparing metadata (setup.py): started
22:26:12   Preparing metadata (setup.py): finished with status 'done'
22:26:13 Collecting cffi==1.14.4
22:26:13   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
22:26:13      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 402.3/402.3 KB 56.1 MB/s eta 0:00:00
22:26:13 Collecting cryptography==3.4.7
22:26:13   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
22:26:13      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 102.7 MB/s eta 0:00:00
22:26:13 Collecting enum34==1.1.6
22:26:13   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
22:26:13 Collecting idna==2.5
22:26:13   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
22:26:13      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 KB 11.6 MB/s eta 0:00:00
22:26:13 Collecting ipaddress==1.0.18
22:26:13   Downloading ipaddress-1.0.18.tar.gz (32 kB)
22:26:13   Preparing metadata (setup.py): started
22:26:13   Preparing metadata (setup.py): finished with status 'done'
22:26:13 Collecting packaging==16.8
22:26:13   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
22:26:13 Collecting paramiko==2.8.0
22:26:13   Downloading paramiko-2.8.0-py2.py3-none-any.whl (206 kB)
22:26:13      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.3/206.3 KB 39.5 MB/s eta 0:00:00
22:26:13 Collecting pycparser==2.17
22:26:13   Downloading pycparser-2.17.tar.gz (231 kB)
22:26:13      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.2/231.2 KB 42.2 MB/s eta 0:00:00
22:26:13   Preparing metadata (setup.py): started
22:26:14   Preparing metadata (setup.py): finished with status 'done'
22:26:14 Collecting pyOpenSSL==18.0.0
22:26:14   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 KB 11.4 MB/s eta 0:00:00
22:26:14 Collecting pyparsing==2.2.0
22:26:14   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 KB 11.1 MB/s eta 0:00:00
22:26:14 Collecting requests==2.26.0
22:26:14   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 15.8 MB/s eta 0:00:00
22:26:14 Collecting urllib3==1.26.5
22:26:14   Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.1/138.1 KB 31.0 MB/s eta 0:00:00
22:26:14 Collecting websocket-client==0.56.0
22:26:14   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 37.5 MB/s eta 0:00:00
22:26:14 Collecting six
22:26:14   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
22:26:14 Collecting pynacl>=1.0.1
22:26:14   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 78.8 MB/s eta 0:00:00
22:26:14 Collecting bcrypt>=3.1.3
22:26:14   Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 10.9 MB/s eta 0:00:00
22:26:14 Collecting certifi>=2017.4.17
22:26:14   Downloading certifi-2022.5.18.1-py3-none-any.whl (155 kB)
22:26:14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.2/155.2 KB 29.9 MB/s eta 0:00:00
22:26:14 Collecting charset-normalizer~=2.0.0
22:26:14   Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
22:26:14 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
22:26:14   Building wheel for backports.ssl-match-hostname (setup.py): started
22:26:15   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
22:26:15   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=3f917a05a72e9f7619e491190ed16fdbe3640e9147c36236f28a7cdfec426392
22:26:15   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
22:26:15   Building wheel for ipaddress (setup.py): started
22:26:15   Building wheel for ipaddress (setup.py): finished with status 'done'
22:26:15   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=e06c50baaed1720527103904b86f9ba6c28ee09f784bc2a3bade82967df4db69
22:26:15   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
22:26:15   Building wheel for pycparser (setup.py): started
22:26:15   Building wheel for pycparser (setup.py): finished with status 'done'
22:26:15   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192899 sha256=4bec58d2d23db0db78fcd3eb82e14d7624eb2cf1ee4f7e416c4afce7c945266c
22:26:15   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
22:26:15 Successfully built backports.ssl-match-hostname ipaddress pycparser
22:26:15 Installing collected packages: pyparsing, pycparser, ipaddress, idna, enum34, backports.ssl-match-hostname, asn1crypto, appdirs, urllib3, six, charset-normalizer, cffi, certifi, websocket-client, requests, pynacl, packaging, cryptography, bcrypt, pyOpenSSL, paramiko
22:26:17 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.2 certifi-2022.5.18.1 cffi-1.14.4 charset-normalizer-2.0.12 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.8.0 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.5.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
22:26:17 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
22:26:21 WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
22:26:21 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:26:22 Removing intermediate container 9d1f29536c53
22:26:22  ---> 004fced95ba6
22:26:22 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
22:26:22  ---> 7ad53a5a9026
22:26:22 Step 19/21 : RUN pip install -r test-requirements.txt
22:26:22  ---> Running in d79e69f95b9d
22:26:27 Collecting setuptools==58.2.0
22:26:28   Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
22:26:28      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 KB 57.8 MB/s eta 0:00:00
22:26:29 Collecting coverage==6.0.1
22:26:29   Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252.9/252.9 KB 37.7 MB/s eta 0:00:00
22:26:29 Collecting flake8==4.0.1
22:26:29   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 12.8 MB/s eta 0:00:00
22:26:29 Collecting pytest==6.2.5
22:26:29   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.7/280.7 KB 46.1 MB/s eta 0:00:00
22:26:29 Collecting pytest-cov==3.0.0
22:26:29   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
22:26:29 Collecting pytest-timeout==2.0.1
22:26:29   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
22:26:29 Collecting importlib-metadata<4.3
22:26:29   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
22:26:29 Collecting mccabe<0.7.0,>=0.6.0
22:26:29   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
22:26:29 Collecting pycodestyle<2.9.0,>=2.8.0
22:26:29   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 8.6 MB/s eta 0:00:00
22:26:29 Collecting pyflakes<2.5.0,>=2.4.0
22:26:29   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 11.7 MB/s eta 0:00:00
22:26:29 Collecting attrs>=19.2.0
22:26:29   Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 12.3 MB/s eta 0:00:00
22:26:29 Collecting iniconfig
22:26:29   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
22:26:29 Collecting py>=1.8.2
22:26:29   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 19.5 MB/s eta 0:00:00
22:26:29 Collecting pluggy<2.0,>=0.12
22:26:29   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
22:26:29 Collecting toml
22:26:29   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
22:26:29 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8)
22:26:29 Collecting coverage[toml]>=5.2.1
22:26:29   Downloading coverage-6.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB)
22:26:29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.7/208.7 KB 34.7 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.3.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 28.9 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 35.7 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.4/207.4 KB 38.1 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.2/207.2 KB 39.7 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.9/213.9 KB 39.8 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.5/213.5 KB 37.8 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/213.4 KB 40.3 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 KB 38.0 MB/s eta 0:00:00
22:26:30   Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
22:26:30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.3/253.3 KB 37.0 MB/s eta 0:00:00
22:26:30 Collecting tomli
22:26:30   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
22:26:30 Collecting typing-extensions>=3.6.4
22:26:30   Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB)
22:26:30 Collecting zipp>=0.5
22:26:30   Downloading zipp-3.8.0-py3-none-any.whl (5.4 kB)
22:26:30 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0)
22:26:30 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
22:26:30 Installing collected packages: mccabe, iniconfig, zipp, typing-extensions, tomli, toml, setuptools, pyflakes, pycodestyle, py, coverage, attrs, importlib-metadata, pluggy, flake8, pytest, pytest-timeout, pytest-cov
22:26:30   Attempting uninstall: setuptools
22:26:30     Found existing installation: setuptools 57.5.0
22:26:31     Uninstalling setuptools-57.5.0:
22:26:31       Successfully uninstalled setuptools-57.5.0
22:26:31 Successfully installed attrs-21.4.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-2.0.1 typing-extensions-4.2.0 zipp-3.8.0
22:26:31 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
22:26:31 WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
22:26:31 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:26:32 Removing intermediate container d79e69f95b9d
22:26:32  ---> fae7731659ab
22:26:32 Step 20/21 : COPY . /src
22:26:32  ---> 56a4dad4d2a2
22:26:32 Step 21/21 : RUN pip install .
22:26:32  ---> Running in 08aeaa18e8da
22:26:33 Processing /src
22:26:33   Preparing metadata (setup.py): started
22:26:33   Preparing metadata (setup.py): finished with status 'done'
22:26:33 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
22:26:33 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
22:26:33 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
22:26:33 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2022.5.18.1)
22:26:33 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.12)
22:26:33 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
22:26:33 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
22:26:33 Building wheels for collected packages: docker
22:26:33   Building wheel for docker (setup.py): started
22:26:34   Building wheel for docker (setup.py): finished with status 'done'
22:26:34   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146315 sha256=d5b4b19a6fe4ad3ebec8d5e41bd1dd1aeef04664e45798f89d3da2754c977edb
22:26:34   Stored in directory: /tmp/pip-ephem-wheel-cache-0c5f46xm/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
22:26:34 Successfully built docker
22:26:34 Installing collected packages: docker
22:26:34 Successfully installed docker-5.1.0.dev0
22:26:34 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
22:26:34 WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
22:26:34 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:26:35 Removing intermediate container 08aeaa18e8da
22:26:35  ---> 297efd9c5b2e
22:26:35 Successfully built 297efd9c5b2e
22:26:35 Successfully tagged dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
[Pipeline] isUnix
[Pipeline] sh
22:26:35 + docker tag dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
[Pipeline] isUnix
[Pipeline] sh
22:26:35 + docker push dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:26:35 The push refers to repository [docker.io/dockerpinata/docker-py]
22:26:35 573f2a5496e9: Preparing
22:26:35 e65a6b9cfc3d: Preparing
22:26:35 78ccc2ea3845: Preparing
22:26:35 aff1e7306121: Preparing
22:26:35 46e96a25eb5a: Preparing
22:26:35 be26a9025d1e: Preparing
22:26:35 73a022cf1f6d: Preparing
22:26:35 e5b9a1badef0: Preparing
22:26:35 2253410276e4: Preparing
22:26:35 83d421cd3d95: Preparing
22:26:35 db8ce538e024: Preparing
22:26:35 848307d7ccf8: Preparing
22:26:35 384590f0c6cd: Preparing
22:26:35 e2af81464330: Preparing
22:26:35 d2359bab55c9: Preparing
22:26:35 2944474c4b6a: Preparing
22:26:35 633d88c851a4: Preparing
22:26:35 a4eaf3fa4c36: Preparing
22:26:35 9846ae2df640: Preparing
22:26:35 fe48e1733f4f: Preparing
22:26:35 13b045a1dfd2: Preparing
22:26:35 2fbabeba902e: Preparing
22:26:35 ee509ed6e976: Preparing
22:26:35 9177197c67d0: Preparing
22:26:35 7dbadf2b9bd8: Preparing
22:26:35 e7597c345c2e: Preparing
22:26:35 be26a9025d1e: Waiting
22:26:35 73a022cf1f6d: Waiting
22:26:35 2253410276e4: Waiting
22:26:35 83d421cd3d95: Waiting
22:26:35 db8ce538e024: Waiting
22:26:35 848307d7ccf8: Waiting
22:26:35 384590f0c6cd: Waiting
22:26:35 e2af81464330: Waiting
22:26:35 d2359bab55c9: Waiting
22:26:35 2944474c4b6a: Waiting
22:26:35 633d88c851a4: Waiting
22:26:35 a4eaf3fa4c36: Waiting
22:26:35 9846ae2df640: Waiting
22:26:35 fe48e1733f4f: Waiting
22:26:35 13b045a1dfd2: Waiting
22:26:35 2fbabeba902e: Waiting
22:26:35 ee509ed6e976: Waiting
22:26:35 9177197c67d0: Waiting
22:26:35 7dbadf2b9bd8: Waiting
22:26:35 e7597c345c2e: Waiting
22:26:35 e5b9a1badef0: Waiting
22:26:37 e65a6b9cfc3d: Pushed
22:26:37 aff1e7306121: Pushed
22:26:37 573f2a5496e9: Pushed
22:26:38 be26a9025d1e: Pushed
22:26:38 73a022cf1f6d: Pushed
22:26:38 78ccc2ea3845: Pushed
22:26:38 e5b9a1badef0: Pushed
22:26:39 2253410276e4: Pushed
22:26:39 83d421cd3d95: Pushed
22:26:39 46e96a25eb5a: Pushed
22:26:39 db8ce538e024: Pushed
22:26:39 848307d7ccf8: Pushed
22:26:40 384590f0c6cd: Pushed
22:26:40 a4eaf3fa4c36: Layer already exists
22:26:40 9846ae2df640: Layer already exists
22:26:40 e2af81464330: Pushed
22:26:40 fe48e1733f4f: Layer already exists
22:26:40 d2359bab55c9: Pushed
22:26:40 13b045a1dfd2: Layer already exists
22:26:40 2fbabeba902e: Layer already exists
22:26:40 ee509ed6e976: Layer already exists
22:26:40 9177197c67d0: Layer already exists
22:26:40 633d88c851a4: Pushed
22:26:40 e7597c345c2e: Layer already exists
22:26:40 7dbadf2b9bd8: Layer already exists
22:26:41 2944474c4b6a: Pushed
22:26:42 py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3: digest: sha256:2d8e98c3620bbb76c455f323b4e12433b7a8adc3d483a1d23a05045bb463b129 size: 5766
[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-04b56c69e237f3114) in /home/ubuntu/workspace/docker-py_PR-2993
[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_PR-2993@tmp/555e6d1d-a138-4f88-9684-3c46ffdc2835/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
22:26:43 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 /src/scripts/versions.py
22:26:43 Unable to find image 'dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3' locally
22:26:43 py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3: Pulling from dockerpinata/docker-py
22:26:43 e756f3fdd6a3: Already exists
22:26:43 bf168a674899: Already exists
22:26:43 e604223835cc: Already exists
22:26:43 6d5c91c4cd86: Already exists
22:26:43 2cc8d8854262: Already exists
22:26:43 2767dbfeeb87: Already exists
22:26:43 296236d5215e: Already exists
22:26:43 6ce1535cd557: Already exists
22:26:43 1e561f24c4db: Already exists
22:26:43 d34b839780ae: Pulling fs layer
22:26:43 5d505b16c84e: Pulling fs layer
22:26:43 99441f8f117c: Pulling fs layer
22:26:43 5381a1e748e0: Pulling fs layer
22:26:43 23c9e910612d: Pulling fs layer
22:26:43 ec2c07e3a1a0: Pulling fs layer
22:26:43 fb78a052689c: Pulling fs layer
22:26:43 18430c0acf19: Pulling fs layer
22:26:43 631296f33bcb: Pulling fs layer
22:26:43 fb293b644214: Pulling fs layer
22:26:43 002be7aac5cb: Pulling fs layer
22:26:43 45f5332b4956: Pulling fs layer
22:26:43 22b77aa2a323: Pulling fs layer
22:26:43 66a5dd75607b: Pulling fs layer
22:26:43 c8c91dafc690: Pulling fs layer
22:26:43 2c94b6d84ecd: Pulling fs layer
22:26:43 4a22abb0b571: Pulling fs layer
22:26:43 5381a1e748e0: Waiting
22:26:43 23c9e910612d: Waiting
22:26:43 ec2c07e3a1a0: Waiting
22:26:43 fb78a052689c: Waiting
22:26:43 18430c0acf19: Waiting
22:26:43 631296f33bcb: Waiting
22:26:43 fb293b644214: Waiting
22:26:43 002be7aac5cb: Waiting
22:26:43 45f5332b4956: Waiting
22:26:43 22b77aa2a323: Waiting
22:26:43 66a5dd75607b: Waiting
22:26:43 c8c91dafc690: Waiting
22:26:43 2c94b6d84ecd: Waiting
22:26:43 4a22abb0b571: Waiting
22:26:43 d34b839780ae: Verifying Checksum
22:26:43 d34b839780ae: Download complete
22:26:43 99441f8f117c: Verifying Checksum
22:26:43 99441f8f117c: Download complete
22:26:43 23c9e910612d: Verifying Checksum
22:26:43 23c9e910612d: Download complete
22:26:43 5381a1e748e0: Verifying Checksum
22:26:43 5381a1e748e0: Download complete
22:26:43 d34b839780ae: Pull complete
22:26:43 fb78a052689c: Verifying Checksum
22:26:43 fb78a052689c: Download complete
22:26:43 ec2c07e3a1a0: Verifying Checksum
22:26:43 ec2c07e3a1a0: Download complete
22:26:43 5d505b16c84e: Verifying Checksum
22:26:43 5d505b16c84e: Download complete
22:26:43 631296f33bcb: Verifying Checksum
22:26:43 631296f33bcb: Download complete
22:26:43 18430c0acf19: Verifying Checksum
22:26:43 18430c0acf19: Download complete
22:26:43 fb293b644214: Verifying Checksum
22:26:43 fb293b644214: Download complete
22:26:43 45f5332b4956: Verifying Checksum
22:26:43 45f5332b4956: Download complete
22:26:43 002be7aac5cb: Verifying Checksum
22:26:43 002be7aac5cb: Download complete
22:26:43 66a5dd75607b: Verifying Checksum
22:26:43 66a5dd75607b: Download complete
22:26:44 2c94b6d84ecd: Verifying Checksum
22:26:44 2c94b6d84ecd: Download complete
22:26:44 c8c91dafc690: Verifying Checksum
22:26:44 c8c91dafc690: Download complete
22:26:44 4a22abb0b571: Verifying Checksum
22:26:44 4a22abb0b571: Download complete
22:26:44 22b77aa2a323: Verifying Checksum
22:26:44 22b77aa2a323: Download complete
22:26:44 5d505b16c84e: Pull complete
22:26:44 99441f8f117c: Pull complete
22:26:44 5381a1e748e0: Pull complete
22:26:44 23c9e910612d: Pull complete
22:26:44 ec2c07e3a1a0: Pull complete
22:26:44 fb78a052689c: Pull complete
22:26:44 18430c0acf19: Pull complete
22:26:44 631296f33bcb: Pull complete
22:26:44 fb293b644214: Pull complete
22:26:44 002be7aac5cb: Pull complete
22:26:44 45f5332b4956: Pull complete
22:26:45 22b77aa2a323: Pull complete
22:26:45 66a5dd75607b: Pull complete
22:26:45 c8c91dafc690: Pull complete
22:26:46 2c94b6d84ecd: Pull complete
22:26:46 4a22abb0b571: Pull complete
22:26:46 Digest: sha256:2d8e98c3620bbb76c455f323b4e12433b7a8adc3d483a1d23a05045bb463b129
22:26:46 Status: Downloaded newer image for dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] { (Branch: py3.7_20.10.16)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-04b56c69e237f3114) in /home/ubuntu/workspace/docker-py_PR-2993
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-054b41d0e32676bf9) in /home/ubuntu/workspace/docker-py_PR-2993
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ 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_PR-2993@tmp/f115e1e9-6c54-44a4-addc-7cccce03cecd/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
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2993@tmp/5c6f25c3-31ae-440d-b05b-10ac049bef19/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] echo
22:27:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:27:12 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
22:27:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:27:12 chowning workspace
[Pipeline] sh
22:27:13 + pwd
22:27:13 + id -u
22:27:13 + id -g
22:27:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2993:/workspace busybox chown -R 1000:1000 /workspace
22:27:13 + pwd
22:27:13 + id -u
22:27:13 + id -g
22:27:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2993:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:27:13 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
22:27:13 Removing all docker containers
[Pipeline] sh
22:27:14 + docker container ls -aq
[Pipeline] echo
22:27:14 Docker containers have been removed
[Pipeline] echo
22:27:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:27:14 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
22:27:14 + docker container ls -aq
[Pipeline] checkout
22:27:14 The recommended git tool is: git
[Pipeline] echo
22:27:14 Docker containers have been removed
[Pipeline] echo
22:27:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
22:27:14 using credential docker-jenkins-github-credentials
22:27:14 Cloning the remote Git repository
22:27:14 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
22:27:14 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
22:27:14 The recommended git tool is: git
22:27:14 using credential docker-jenkins-github-credentials
22:27:14 Cloning the remote Git repository
22:27:14 Cloning with configured refspecs honoured and without tags
22:27:14 Fetching without tags
22:27:14 Fetching without tags
22:27:15 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:15 Merge succeeded, producing f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:15 Checking out Revision f807e43afd9a8d1fe497d7e6fce40ead951f19a3 (PR-2993)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2993 # 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/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2993/head:refs/remotes/origin/PR-2993 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
22:27:15 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:15 Commit message: "sshcon: remove use of self.ssh_conf"
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2993 # 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/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2993/head:refs/remotes/origin/PR-2993 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
 > git remote # timeout=10
22:27:15 Merge succeeded, producing f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:15 Checking out Revision f807e43afd9a8d1fe497d7e6fce40ead951f19a3 (PR-2993)
22:27:15 Commit message: "sshcon: remove use of self.ssh_conf"
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
[Pipeline] {
[Pipeline] sh
22:27:15 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/unit
22:27:15 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/unit
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
22:27:16 ============================= test session starts ==============================
22:27:16 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:27:16 cachedir: .pytest_cache
22:27:16 rootdir: /src, configfile: pytest.ini
22:27:16 plugins: cov-3.0.0, timeout-2.0.1
$ 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_PR-2993@tmp/d4fb23ab-7ede-4cde-91a4-d4787487a241/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
22:27:16 ============================= test session starts ==============================
22:27:16 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:27:16 cachedir: .pytest_cache
22:27:16 rootdir: /src, configfile: pytest.ini
22:27:16 plugins: cov-3.0.0, timeout-2.0.1
$ 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_PR-2993@tmp/c6479a0b-fbba-4c71-b780-ccebb84b5feb/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
22:27:17 collecting ... collected 571 items
22:27:17 
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
22:27:17 collecting ... collected 571 items
22:27:17 
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
22:27:17 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
22:27:17 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
22:27:17 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
22:27:17 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
22:27:17 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
22:27:17 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
22:27:17 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
22:27:17 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
22:27:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
22:27:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
22:27:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
22:27:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
22:27:18 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
22:27:18 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
22:27:18 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
22:27:18 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
22:27:18 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
22:27:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
22:27:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
22:27:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
22:27:18 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
22:27:18 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
22:27:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
22:27:18 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
22:27:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
22:27:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
22:27:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
22:27:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
22:27:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
22:27:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
22:27:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
22:27:20 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
22:27:20 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
22:27:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
22:27:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
22:27:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
22:27:20 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
22:27:20 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
22:27:20 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
22:27:20 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
22:27:20 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
22:27:20 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
22:27:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
22:27:20 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
22:27:20 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
22:27:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
22:27:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
22:27:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
22:27:20 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
22:27:20 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
22:27:20 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
22:27:20 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
22:27:20 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
22:27:20 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
22:27:20 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
22:27:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
22:27:20 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
22:27:20 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
22:27:20 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
22:27:20 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
22:27:20 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
22:27:20 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
22:27:20 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
22:27:20 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
22:27:20 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
22:27:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
22:27:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
22:27:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
22:27:20 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
22:27:20 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
22:27:20 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
22:27:20 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
22:27:20 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0ac0b39e1765a597c) in /home/ubuntu/workspace/docker-py_PR-2993
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
22:27:21 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
22:27:21 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
22:27:21 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
22:27:21 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
22:27:21 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
22:27:21 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
22:27:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
22:27:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
22:27:21 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
22:27:21 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2993@tmp/6e266bbd-027a-4931-9548-c3c4cc853acc/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
22:27:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:27:21 chowning workspace
[Pipeline] sh
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
22:27:21 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
22:27:21 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
22:27:21 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
22:27:21 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
22:27:21 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
22:27:21 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
22:27:21 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
22:27:21 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
22:27:21 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
22:27:21 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
22:27:21 + pwd
22:27:21 + id -u
22:27:21 + id -g
22:27:21 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2993:/workspace busybox chown -R 1000:1000 /workspace
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
22:27:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
22:27:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
22:27:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
22:27:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
22:27:21 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
22:27:21 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
22:27:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
22:27:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
22:27:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
22:27:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
22:27:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
22:27:21 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
22:27:21 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
22:27:21 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
22:27:21 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
22:27:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
22:27:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
22:27:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
22:27:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
22:27:21 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
22:27:21 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
22:27:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
22:27:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
22:27:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
22:27:21 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
22:27:21 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
22:27:21 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
22:27:21 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
22:27:21 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
[Pipeline] echo
22:27:21 Removing all docker containers
[Pipeline] sh
22:27:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
22:27:22 
22:27:22 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:27:22 Name                                  Stmts   Miss Branch BrPart  Cover
22:27:22 -----------------------------------------------------------------------
22:27:22 docker/__init__.py                        8      0      0      0   100%
22:27:22 docker/api/__init__.py                    1      0      0      0   100%
22:27:22 docker/api/build.py                     126     41     92     21    62%
22:27:22 docker/api/client.py                    261     65     92     11    75%
22:27:22 docker/api/config.py                     29     18      4      0    33%
22:27:22 docker/api/container.py                 265     72    104     25    65%
22:27:22 docker/api/daemon.py                     39      4     14      4    85%
22:27:22 docker/api/exec_api.py                   45     11     22      9    67%
22:27:22 docker/api/image.py                     159     43     60     14    70%
22:27:22 docker/api/network.py                    90     35     48     11    51%
22:27:22 docker/api/plugin.py                     89     68     14      0    20%
22:27:22 docker/api/secret.py                     34     22      8      0    29%
22:27:22 docker/api/service.py                   200    176    149      0     7%
22:27:22 docker/api/swarm.py                     106     67     38      1    28%
22:27:22 docker/api/volume.py                     38      9     14      2    71%
22:27:22 docker/auth.py                          197     16     74     16    88%
22:27:22 docker/client.py                         69      9      2      0    87%
22:27:22 docker/constants.py                      21      0      0      0   100%
22:27:22 docker/context/__init__.py                2      0      0      0   100%
22:27:22 docker/context/api.py                    78     41     38      8    39%
22:27:22 docker/context/config.py                 61     33     16      2    42%
22:27:22 docker/context/context.py               154     96     64      6    29%
22:27:22 docker/credentials/__init__.py            3      0      0      0   100%
22:27:22 docker/credentials/constants.py           4      0      0      0   100%
22:27:22 docker/credentials/errors.py             11      4      2      0    54%
22:27:22 docker/credentials/store.py              44     30     12      0    25%
22:27:22 docker/credentials/utils.py              23     18     12      0    14%
22:27:22 docker/errors.py                        110     26     20      4    71%
22:27:22 docker/models/__init__.py                 0      0      0      0   100%
22:27:22 docker/models/configs.py                 21      8      2      0    57%
22:27:22 docker/models/containers.py             183     11     70      9    91%
22:27:22 docker/models/images.py                 136     55     56      4    52%
22:27:22 docker/models/networks.py                37      7     12      3    71%
22:27:22 docker/models/nodes.py                   15      5      2      0    59%
22:27:22 docker/models/plugins.py                 48     29      8      0    34%
22:27:22 docker/models/resource.py                41     10      6      3    72%
22:27:22 docker/models/secrets.py                 22      4      2      0    75%
22:27:22 docker/models/services.py                87     35     36      4    59%
22:27:22 docker/models/swarm.py                   39     21      6      0    40%
22:27:22 docker/models/volumes.py                 23     10      4      0    48%
22:27:22 docker/tls.py                            37      6     14      6    76%
22:27:22 docker/transport/__init__.py             11      3      0      0    73%
22:27:22 docker/transport/basehttpadapter.py       6      0      2      1    88%
22:27:22 docker/transport/npipeconn.py            57     52      8      0     8%
22:27:22 docker/transport/npipesocket.py         134    130     20      0     3%
22:27:22 docker/transport/sshconn.py             162    105     54      3    30%
22:27:22 docker/transport/ssladapter.py           36     10     10      4    65%
22:27:22 docker/transport/unixconn.py             54      3      6      1    93%
22:27:22 docker/types/__init__.py                  6      0      0      0   100%
22:27:22 docker/types/base.py                      4      0      2      0   100%
22:27:22 docker/types/containers.py              419     79    326     43    81%
22:27:22 docker/types/daemon.py                   36     24     14      0    24%
22:27:22 docker/types/healthcheck.py              33     20      4      0    35%
22:27:22 docker/types/networks.py                 41     11     28      9    65%
22:27:22 docker/types/services.py                321    146    216     41    50%
22:27:22 docker/types/swarm.py                    51     45     40      0     7%
22:27:22 docker/utils/__init__.py                  3      0      0      0   100%
22:27:22 docker/utils/build.py                   150     24     72     10    83%
22:27:22 docker/utils/config.py                   36      1     10      1    96%
22:27:22 docker/utils/decorators.py               32      1     12      1    95%
22:27:22 docker/utils/fnmatch.py                  55     18     28      2    61%
22:27:22 docker/utils/json_stream.py              40      8     14      2    78%
22:27:22 docker/utils/ports.py                    50      3     32      2    91%
22:27:22 docker/utils/proxy.py                    32      1     12      0    98%
22:27:22 docker/utils/socket.py                   85     10     40      8    84%
22:27:22 docker/utils/utils.py                   278     18    171     13    92%
22:27:22 docker/version.py                         2      0      2      0   100%
22:27:22 -----------------------------------------------------------------------
22:27:22 TOTAL                                  5090   1817   2240    304    60%
22:27:22 
22:27:22 
22:27:22 =========================== short test summary info ============================
22:27:22 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
22:27:22 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
22:27:22 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
22:27:22 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
22:27:22 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
22:27:22 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
22:27:22 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
22:27:22 ================== 560 passed, 10 skipped, 1 xfailed in 6.00s ==================
22:27:22 + docker container ls -aq
[Pipeline] echo
22:27:22 Docker containers have been removed
[Pipeline] echo
22:27:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:27:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.16)
[Pipeline] checkout
22:27:22 The recommended git tool is: git
22:27:22 using credential docker-jenkins-github-credentials
22:27:22 Cloning the remote Git repository
22:27:22 Cloning with configured refspecs honoured and without tags
22:27:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
22:27:22 
22:27:22 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:27:22 Name                                  Stmts   Miss Branch BrPart  Cover
22:27:22 -----------------------------------------------------------------------
22:27:22 docker/__init__.py                        8      0      0      0   100%
22:27:22 docker/api/__init__.py                    1      0      0      0   100%
22:27:22 docker/api/build.py                     126     41     92     21    62%
22:27:22 docker/api/client.py                    261     65     92     11    75%
22:27:22 docker/api/config.py                     29     18      4      0    33%
22:27:22 docker/api/container.py                 265     72    104     25    65%
22:27:22 docker/api/daemon.py                     39      4     14      4    85%
22:27:22 docker/api/exec_api.py                   45     11     22      9    67%
22:27:22 docker/api/image.py                     159     43     60     14    70%
22:27:22 docker/api/network.py                    90     35     48     11    51%
22:27:22 docker/api/plugin.py                     89     68     14      0    20%
22:27:22 docker/api/secret.py                     34     22      8      0    29%
22:27:22 docker/api/service.py                   200    176    149      0     7%
22:27:22 docker/api/swarm.py                     106     67     38      1    28%
22:27:22 docker/api/volume.py                     38      9     14      2    71%
22:27:22 docker/auth.py                          197     16     74     16    88%
22:27:22 docker/client.py                         69      9      2      0    87%
22:27:22 docker/constants.py                      21      0      0      0   100%
22:27:22 docker/context/__init__.py                2      0      0      0   100%
22:27:22 docker/context/api.py                    78     41     38      8    39%
22:27:22 docker/context/config.py                 61     33     16      2    42%
22:27:22 docker/context/context.py               154     96     64      6    29%
22:27:22 docker/credentials/__init__.py            3      0      0      0   100%
22:27:22 docker/credentials/constants.py           4      0      0      0   100%
22:27:22 docker/credentials/errors.py             11      4      2      0    54%
22:27:22 docker/credentials/store.py              44     30     12      0    25%
22:27:22 docker/credentials/utils.py              23     18     12      0    14%
22:27:22 docker/errors.py                        110     26     20      4    71%
22:27:22 docker/models/__init__.py                 0      0      0      0   100%
22:27:22 docker/models/configs.py                 21      8      2      0    57%
22:27:22 docker/models/containers.py             183     11     70      9    91%
22:27:22 docker/models/images.py                 136     55     56      4    52%
22:27:22 docker/models/networks.py                37      7     12      3    71%
22:27:22 docker/models/nodes.py                   15      5      2      0    59%
22:27:22 docker/models/plugins.py                 48     29      8      0    34%
22:27:22 docker/models/resource.py                41     10      6      3    72%
22:27:22 docker/models/secrets.py                 22      4      2      0    75%
22:27:22 docker/models/services.py                87     35     36      4    59%
22:27:22 docker/models/swarm.py                   39     21      6      0    40%
22:27:22 docker/models/volumes.py                 23     10      4      0    48%
22:27:22 docker/tls.py                            37      6     14      6    76%
22:27:22 docker/transport/__init__.py             11      3      0      0    73%
22:27:22 docker/transport/basehttpadapter.py       6      0      2      1    88%
22:27:22 docker/transport/npipeconn.py            57     52      8      0     8%
22:27:22 docker/transport/npipesocket.py         134    130     20      0     3%
22:27:22 docker/transport/sshconn.py             162    105     54      3    30%
22:27:22 docker/transport/ssladapter.py           36     10     10      4    65%
22:27:22 docker/transport/unixconn.py             54      3      6      1    93%
22:27:22 docker/types/__init__.py                  6      0      0      0   100%
22:27:22 docker/types/base.py                      4      0      2      0   100%
22:27:22 docker/types/containers.py              419     79    326     43    81%
22:27:22 docker/types/daemon.py                   36     24     14      0    24%
22:27:22 docker/types/healthcheck.py              33     20      4      0    35%
22:27:22 docker/types/networks.py                 41     11     28      9    65%
22:27:22 docker/types/services.py                321    146    216     41    50%
22:27:22 docker/types/swarm.py                    51     45     40      0     7%
22:27:22 docker/utils/__init__.py                  3      0      0      0   100%
22:27:22 docker/utils/build.py                   150     24     72     10    83%
22:27:22 docker/utils/config.py                   36      1     10      1    96%
22:27:22 docker/utils/decorators.py               32      1     12      1    95%
22:27:22 docker/utils/fnmatch.py                  55     18     28      2    61%
22:27:22 docker/utils/json_stream.py              40      8     14      2    78%
22:27:22 docker/utils/ports.py                    50      3     32      2    91%
22:27:22 docker/utils/proxy.py                    32      1     12      0    98%
22:27:22 docker/utils/socket.py                   85     10     40      8    84%
22:27:22 docker/utils/utils.py                   278     18    171     13    92%
22:27:22 docker/version.py                         2      0      2      0   100%
22:27:22 -----------------------------------------------------------------------
22:27:22 TOTAL                                  5090   1817   2240    304    60%
22:27:22 
22:27:22 
22:27:22 =========================== short test summary info ============================
22:27:22 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
22:27:22 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
22:27:22 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
22:27:22 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
22:27:22 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
22:27:22 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
22:27:22 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
22:27:22 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
22:27:22 ================== 560 passed, 10 skipped, 1 xfailed in 6.03s ==================
[Pipeline] sh
[Pipeline] sh
22:27:23 + docker network create dpy-testnet-2-0-py3.7-19.03.13
22:27:23 e4ab79d4b80c036d883e35316bb09fb401f09a02a75d8d8fda99f2670d1f9223
[Pipeline] sh
22:27:23 Fetching without tags
22:27:23 + docker network create dpy-testnet-2-0-py3.7-19.03.12
22:27:23 dea8871caf245e1179f578a3431fb019faedb55fa24c570c2cbcd4b4983772bd
[Pipeline] sh
22:27:23 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit f807e43afd9a8d1fe497d7e6fce40ead951f19a3
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2993 # 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/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2993/head:refs/remotes/origin/PR-2993 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
22:27:23 Merge succeeded, producing f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:23 Checking out Revision f807e43afd9a8d1fe497d7e6fce40ead951f19a3 (PR-2993)
22:27:23 + docker run --rm -d --name dpy-dind-2-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 dockerd -H tcp://0.0.0.0:2375
22:27:23 5299dae816360f336d7c3b5001aea7326378f8a6d7b7e84f720791849d49867b
22:27:23 Commit message: "sshcon: remove use of self.ssh_conf"
22:27:23 + docker run --rm -d --name dpy-dind-2-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 dockerd -H tcp://0.0.0.0:2375
22:27:23 Unable to find image 'dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3' locally
22:27:23 sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3: Pulling from dockerpinata/docker-py
22:27:23 df20fa9351a1: Already exists
22:27:23 25ad7478873d: Already exists
22:27:23 4684f6177b5d: Already exists
22:27:23 46e300cec669: Already exists
22:27:23 63038576ad94: Already exists
[Pipeline] withDockerRegistry
[Pipeline] sh
[Pipeline] {
[Pipeline] sh
22:27:23 0fdb76c4706c: Already exists
22:27:23 cb7edeffdfd5: Already exists
22:27:23 cc28bd76800f: Already exists
22:27:23 54196fe38f7e: Already exists
22:27:23 ea71acc29633: Already exists
22:27:23 657cc4c15165: Already exists
22:27:23 00ed347180c8: Pulling fs layer
22:27:23 9a97a082b0e3: Pulling fs layer
22:27:23 4c90babf0bc0: Pulling fs layer
22:27:23 81cbf4c99f24: Pulling fs layer
22:27:23 a991b17ba846: Pulling fs layer
22:27:23 b6ab7952e09d: Pulling fs layer
22:27:23 1b40095b37ef: Pulling fs layer
22:27:23 81cbf4c99f24: Waiting
22:27:23 a991b17ba846: Waiting
22:27:23 b6ab7952e09d: Waiting
22:27:23 1b40095b37ef: Waiting
22:27:23 9a97a082b0e3: Verifying Checksum
22:27:23 9a97a082b0e3: Download complete
22:27:23 00ed347180c8: Verifying Checksum
22:27:23 00ed347180c8: Download complete
22:27:23 a991b17ba846: Verifying Checksum
22:27:23 a991b17ba846: Download complete
22:27:23 81cbf4c99f24: Verifying Checksum
22:27:23 81cbf4c99f24: Download complete
22:27:23 b6ab7952e09d: Verifying Checksum
22:27:23 b6ab7952e09d: Download complete
22:27:23 00ed347180c8: Pull complete
22:27:23 1b40095b37ef: Verifying Checksum
22:27:23 1b40095b37ef: Download complete
22:27:23 9a97a082b0e3: Pull complete
22:27:23 + docker run --rm --name dpy-tests-2-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.13 --volumes-from dpy-dind-2-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_PR-2993@tmp/d4fb23ab-7ede-4cde-91a4-d4787487a241/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/integration
22:27:23 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/unit
22:27:23 Unable to find image 'dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3' locally
22:27:23 py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3: Pulling from dockerpinata/docker-py
22:27:23 e756f3fdd6a3: Already exists
22:27:23 bf168a674899: Already exists
22:27:23 4c90babf0bc0: Verifying Checksum
22:27:23 4c90babf0bc0: Download complete
22:27:23 4c90babf0bc0: Pull complete
22:27:23 81cbf4c99f24: Pull complete
22:27:23 a991b17ba846: Pull complete
22:27:24 e604223835cc: Already exists
22:27:24 6d5c91c4cd86: Already exists
22:27:24 2cc8d8854262: Already exists
22:27:24 2767dbfeeb87: Already exists
22:27:24 296236d5215e: Already exists
22:27:24 6ce1535cd557: Already exists
22:27:24 1e561f24c4db: Already exists
22:27:24 d34b839780ae: Pulling fs layer
22:27:24 5d505b16c84e: Pulling fs layer
22:27:24 99441f8f117c: Pulling fs layer
22:27:24 5381a1e748e0: Pulling fs layer
22:27:24 23c9e910612d: Pulling fs layer
22:27:24 ec2c07e3a1a0: Pulling fs layer
22:27:24 fb78a052689c: Pulling fs layer
22:27:24 18430c0acf19: Pulling fs layer
22:27:24 631296f33bcb: Pulling fs layer
22:27:24 fb293b644214: Pulling fs layer
22:27:24 002be7aac5cb: Pulling fs layer
22:27:24 45f5332b4956: Pulling fs layer
22:27:24 22b77aa2a323: Pulling fs layer
22:27:24 66a5dd75607b: Pulling fs layer
22:27:24 c8c91dafc690: Pulling fs layer
22:27:24 2c94b6d84ecd: Pulling fs layer
22:27:24 4a22abb0b571: Pulling fs layer
22:27:24 5381a1e748e0: Waiting
22:27:24 23c9e910612d: Waiting
22:27:24 ec2c07e3a1a0: Waiting
22:27:24 fb78a052689c: Waiting
22:27:24 18430c0acf19: Waiting
22:27:24 631296f33bcb: Waiting
22:27:24 fb293b644214: Waiting
22:27:24 002be7aac5cb: Waiting
22:27:24 45f5332b4956: Waiting
22:27:24 22b77aa2a323: Waiting
22:27:24 66a5dd75607b: Waiting
22:27:24 c8c91dafc690: Waiting
22:27:24 2c94b6d84ecd: Waiting
22:27:24 4a22abb0b571: Waiting
22:27:24 99441f8f117c: Download complete
22:27:24 d34b839780ae: Verifying Checksum
22:27:24 d34b839780ae: Download complete
22:27:24 5381a1e748e0: Verifying Checksum
22:27:24 5381a1e748e0: Download complete
22:27:24 23c9e910612d: Verifying Checksum
22:27:24 23c9e910612d: Download complete
22:27:24 ec2c07e3a1a0: Verifying Checksum
22:27:24 ec2c07e3a1a0: Download complete
22:27:24 d34b839780ae: Pull complete
22:27:24 fb78a052689c: Verifying Checksum
22:27:24 fb78a052689c: Download complete
22:27:24 5d505b16c84e: Verifying Checksum
22:27:24 5d505b16c84e: Download complete
22:27:24 b6ab7952e09d: Pull complete
22:27:24 1b40095b37ef: Pull complete
22:27:24 Digest: sha256:e70036705ca34121388d3c6611ad7e19d37fcaa88e9299798aedeca4e11a2077
22:27:24 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:24 b4e1ab2b000b21fe8f8e6504586b1ba2a27d92086e8855a3ba7a77def24b91a0
$ 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_PR-2993@tmp/dc024fcb-bec5-497a-8486-45905abd53f3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f807e43afd9a8d1fe497d7e6fce40ead951f19a3 # timeout=10
22:27:24 18430c0acf19: Verifying Checksum
22:27:24 631296f33bcb: Verifying Checksum
22:27:24 631296f33bcb: Download complete
22:27:24 18430c0acf19: Download complete
22:27:24 45f5332b4956: Verifying Checksum
22:27:24 45f5332b4956: Download complete
22:27:24 002be7aac5cb: Verifying Checksum
22:27:24 002be7aac5cb: Download complete
22:27:24 fb293b644214: Verifying Checksum
22:27:24 fb293b644214: Download complete
22:27:24 66a5dd75607b: Verifying Checksum
22:27:24 66a5dd75607b: Download complete
22:27:24 c8c91dafc690: Verifying Checksum
22:27:24 c8c91dafc690: Download complete
22:27:24 2c94b6d84ecd: Verifying Checksum
22:27:24 2c94b6d84ecd: Download complete
[Pipeline] sh
22:27:24 4a22abb0b571: Verifying Checksum
22:27:24 4a22abb0b571: Download complete
22:27:24 22b77aa2a323: Verifying Checksum
22:27:24 22b77aa2a323: Download complete
22:27:24 5d505b16c84e: Pull complete
22:27:24 99441f8f117c: Pull complete
22:27:24 + docker run --rm --name dpy-tests-2-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.12 --volumes-from dpy-dind-2-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_PR-2993@tmp/c6479a0b-fbba-4c71-b780-ccebb84b5feb/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/integration
22:27:24 ============================= test session starts ==============================
22:27:24 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:27:24 cachedir: .pytest_cache
22:27:24 rootdir: /src, configfile: pytest.ini
22:27:24 plugins: cov-3.0.0, timeout-2.0.1
22:27:24 5381a1e748e0: Pull complete
22:27:24 23c9e910612d: Pull complete
22:27:24 ec2c07e3a1a0: Pull complete
22:27:24 fb78a052689c: Pull complete
22:27:25 18430c0acf19: Pull complete
22:27:25 631296f33bcb: Pull complete
22:27:25 fb293b644214: Pull complete
22:27:25 002be7aac5cb: Pull complete
22:27:25 45f5332b4956: Pull complete
22:27:25 ============================= test session starts ==============================
22:27:25 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:27:25 cachedir: .pytest_cache
22:27:25 rootdir: /src, configfile: pytest.ini
22:27:25 plugins: cov-3.0.0, timeout-2.0.1
22:27:26 collecting ... collected 395 items
22:27:26 
22:27:26 22b77aa2a323: Pull complete
22:27:26 66a5dd75607b: Pull complete
22:27:26 c8c91dafc690: Pull complete
22:27:26 2c94b6d84ecd: Pull complete
22:27:26 collecting ... collected 395 items
22:27:26 
22:27:26 4a22abb0b571: Pull complete
22:27:26 Digest: sha256:2d8e98c3620bbb76c455f323b4e12433b7a8adc3d483a1d23a05045bb463b129
22:27:26 Status: Downloaded newer image for dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:27 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
22:27:27 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
22:27:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
22:27:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
22:27:27 ============================= test session starts ==============================
22:27:27 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:27:27 cachedir: .pytest_cache
22:27:27 rootdir: /src, configfile: pytest.ini
22:27:27 plugins: cov-3.0.0, timeout-2.0.1
22:27:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
22:27:28 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
22:27:28 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
22:27:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
22:27:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
22:27:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
22:27:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
22:27:29 collecting ... collected 571 items
22:27:29 
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
22:27:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
22:27:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
22:27:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
22:27:29 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
22:27:29 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
22:27:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
22:27:29 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
22:27:29 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
22:27:29 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
22:27:29 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
22:27:29 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
22:27:29 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
22:27:29 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
22:27:29 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
22:27:29 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
22:27:29 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
22:27:29 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
22:27:29 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
22:27:29 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
22:27:29 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
22:27:29 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
22:27:29 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
22:27:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
22:27:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
22:27:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
22:27:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
22:27:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
22:27:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
22:27:30 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
22:27:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
22:27:31 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
22:27:31 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
22:27:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
22:27:31 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
22:27:31 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
22:27:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
22:27:31 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
22:27:31 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
22:27:31 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
22:27:31 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
22:27:31 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
22:27:31 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
22:27:31 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
22:27:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
22:27:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
22:27:31 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
22:27:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
22:27:31 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
22:27:31 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
22:27:31 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
22:27:31 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
22:27:31 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
22:27:31 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
22:27:31 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
22:27:31 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
22:27:31 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
22:27:31 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
22:27:31 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
22:27:31 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
22:27:31 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
22:27:31 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
22:27:31 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
22:27:31 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
22:27:31 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
22:27:31 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
22:27:31 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
22:27:31 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
22:27:31 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
22:27:31 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
22:27:31 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
22:27:31 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
22:27:31 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
22:27:31 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
22:27:31 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
22:27:31 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
22:27:31 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
22:27:31 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
22:27:31 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
22:27:31 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
22:27:31 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
22:27:31 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
22:27:31 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
22:27:31 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
22:27:31 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
22:27:31 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
22:27:31 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
22:27:31 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
22:27:31 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
22:27:31 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
22:27:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
22:27:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
22:27:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
22:27:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
22:27:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
22:27:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
22:27:32 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
22:27:32 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
22:27:32 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
22:27:32 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
22:27:32 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
22:27:32 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
22:27:32 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
22:27:32 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
22:27:32 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
22:27:32 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
22:27:32 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
22:27:32 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
22:27:32 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
22:27:32 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
22:27:32 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
22:27:32 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
22:27:32 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
22:27:32 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
22:27:32 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
22:27:32 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
22:27:32 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
22:27:32 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
22:27:32 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
22:27:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
22:27:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
22:27:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
22:27:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
22:27:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
22:27:32 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
22:27:32 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
22:27:32 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
22:27:32 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
22:27:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
22:27:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
22:27:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
22:27:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
22:27:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
22:27:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
22:27:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
22:27:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
22:27:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
22:27:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
22:27:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
22:27:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
22:27:32 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
22:27:32 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
22:27:32 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
22:27:32 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
22:27:32 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
22:27:32 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
22:27:32 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
22:27:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
22:27:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
22:27:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
22:27:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
22:27:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
22:27:32 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
22:27:32 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
22:27:32 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
22:27:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
22:27:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
22:27:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
22:27:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
22:27:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
22:27:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
22:27:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
22:27:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
22:27:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
22:27:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
22:27:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
22:27:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
22:27:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
22:27:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
22:27:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
22:27:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
22:27:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
22:27:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
22:27:33 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
22:27:33 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
22:27:33 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
22:27:33 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
22:27:33 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
22:27:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
22:27:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
22:27:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
22:27:33 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
22:27:33 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
22:27:33 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
22:27:33 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
22:27:33 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
22:27:33 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
22:27:33 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
22:27:33 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
22:27:33 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
22:27:33 
22:27:33 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:27:33 Name                                  Stmts   Miss Branch BrPart  Cover
22:27:33 -----------------------------------------------------------------------
22:27:33 docker/__init__.py                        8      0      0      0   100%
22:27:33 docker/api/__init__.py                    1      0      0      0   100%
22:27:33 docker/api/build.py                     126     41     92     21    62%
22:27:33 docker/api/client.py                    261     65     92     11    75%
22:27:33 docker/api/config.py                     29     18      4      0    33%
22:27:33 docker/api/container.py                 265     72    104     25    65%
22:27:33 docker/api/daemon.py                     39      4     14      4    85%
22:27:33 docker/api/exec_api.py                   45     11     22      9    67%
22:27:33 docker/api/image.py                     159     43     60     14    70%
22:27:33 docker/api/network.py                    90     35     48     11    51%
22:27:33 docker/api/plugin.py                     89     68     14      0    20%
22:27:33 docker/api/secret.py                     34     22      8      0    29%
22:27:33 docker/api/service.py                   200    176    149      0     7%
22:27:33 docker/api/swarm.py                     106     67     38      1    28%
22:27:33 docker/api/volume.py                     38      9     14      2    71%
22:27:33 docker/auth.py                          197     16     74     16    88%
22:27:33 docker/client.py                         69      9      2      0    87%
22:27:33 docker/constants.py                      21      0      0      0   100%
22:27:33 docker/context/__init__.py                2      0      0      0   100%
22:27:33 docker/context/api.py                    78     41     38      8    39%
22:27:33 docker/context/config.py                 61     33     16      2    42%
22:27:33 docker/context/context.py               154     96     64      6    29%
22:27:33 docker/credentials/__init__.py            3      0      0      0   100%
22:27:33 docker/credentials/constants.py           4      0      0      0   100%
22:27:33 docker/credentials/errors.py             11      4      2      0    54%
22:27:33 docker/credentials/store.py              44     30     12      0    25%
22:27:33 docker/credentials/utils.py              23     18     12      0    14%
22:27:33 docker/errors.py                        110     26     20      4    71%
22:27:33 docker/models/__init__.py                 0      0      0      0   100%
22:27:33 docker/models/configs.py                 21      8      2      0    57%
22:27:33 docker/models/containers.py             183     11     70      9    91%
22:27:33 docker/models/images.py                 136     55     56      4    52%
22:27:33 docker/models/networks.py                37      7     12      3    71%
22:27:33 docker/models/nodes.py                   15      5      2      0    59%
22:27:33 docker/models/plugins.py                 48     29      8      0    34%
22:27:33 docker/models/resource.py                41     10      6      3    72%
22:27:33 docker/models/secrets.py                 22      4      2      0    75%
22:27:33 docker/models/services.py                87     35     36      4    59%
22:27:33 docker/models/swarm.py                   39     21      6      0    40%
22:27:33 docker/models/volumes.py                 23     10      4      0    48%
22:27:33 docker/tls.py                            37      6     14      6    76%
22:27:33 docker/transport/__init__.py             11      3      0      0    73%
22:27:33 docker/transport/basehttpadapter.py       6      0      2      1    88%
22:27:33 docker/transport/npipeconn.py            57     52      8      0     8%
22:27:33 docker/transport/npipesocket.py         134    130     20      0     3%
22:27:33 docker/transport/sshconn.py             162    105     54      3    30%
22:27:33 docker/transport/ssladapter.py           36     10     10      4    65%
22:27:33 docker/transport/unixconn.py             54      3      6      1    93%
22:27:33 docker/types/__init__.py                  6      0      0      0   100%
22:27:33 docker/types/base.py                      4      0      2      0   100%
22:27:33 docker/types/containers.py              419     79    326     43    81%
22:27:33 docker/types/daemon.py                   36     24     14      0    24%
22:27:33 docker/types/healthcheck.py              33     20      4      0    35%
22:27:33 docker/types/networks.py                 41     11     28      9    65%
22:27:33 docker/types/services.py                321    146    216     41    50%
22:27:33 docker/types/swarm.py                    51     45     40      0     7%
22:27:33 docker/utils/__init__.py                  3      0      0      0   100%
22:27:33 docker/utils/build.py                   150     24     72     10    83%
22:27:33 docker/utils/config.py                   36      1     10      1    96%
22:27:33 docker/utils/decorators.py               32      1     12      1    95%
22:27:33 docker/utils/fnmatch.py                  55     18     28      2    61%
22:27:33 docker/utils/json_stream.py              40      8     14      2    78%
22:27:33 docker/utils/ports.py                    50      3     32      2    91%
22:27:33 docker/utils/proxy.py                    32      1     12      0    98%
22:27:33 docker/utils/socket.py                   85     10     40      8    84%
22:27:33 docker/utils/utils.py                   278     18    171     13    92%
22:27:33 docker/version.py                         2      0      2      0   100%
22:27:33 -----------------------------------------------------------------------
22:27:33 TOTAL                                  5090   1817   2240    304    60%
22:27:33 
22:27:33 
22:27:33 =========================== short test summary info ============================
22:27:33 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
22:27:33 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
22:27:33 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
22:27:33 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
22:27:33 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
22:27:33 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
22:27:33 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
22:27:33 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
22:27:33 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
22:27:33 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
22:27:33 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
22:27:33 ================== 560 passed, 10 skipped, 1 xfailed in 6.05s ==================
[Pipeline] sh
22:27:34 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
22:27:34 + docker network create dpy-testnet-2-0-py3.7-20.10.16
22:27:34 7c5de785d091466242ae37618103dca22291130d6fd57d2db445e9b65108c81f
[Pipeline] sh
22:27:34 + docker run --rm -d --name dpy-dind-2-0-py3.7-20.10.16 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-20.10.16 dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 dockerd -H tcp://0.0.0.0:2375
22:27:34 Unable to find image 'dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3' locally
22:27:34 sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3: Pulling from dockerpinata/docker-py
22:27:34 df20fa9351a1: Already exists
22:27:34 25ad7478873d: Already exists
22:27:34 4684f6177b5d: Already exists
22:27:34 46e300cec669: Already exists
22:27:34 63038576ad94: Already exists
22:27:34 0fdb76c4706c: Already exists
22:27:34 cb7edeffdfd5: Already exists
22:27:34 cc28bd76800f: Already exists
22:27:34 54196fe38f7e: Already exists
22:27:34 ea71acc29633: Already exists
22:27:34 657cc4c15165: Already exists
22:27:34 00ed347180c8: Pulling fs layer
22:27:34 9a97a082b0e3: Pulling fs layer
22:27:34 4c90babf0bc0: Pulling fs layer
22:27:34 81cbf4c99f24: Pulling fs layer
22:27:34 a991b17ba846: Pulling fs layer
22:27:34 b6ab7952e09d: Pulling fs layer
22:27:34 1b40095b37ef: Pulling fs layer
22:27:34 81cbf4c99f24: Waiting
22:27:34 a991b17ba846: Waiting
22:27:34 b6ab7952e09d: Waiting
22:27:34 1b40095b37ef: Waiting
22:27:35 00ed347180c8: Verifying Checksum
22:27:35 00ed347180c8: Download complete
22:27:35 9a97a082b0e3: Download complete
22:27:35 4c90babf0bc0: Verifying Checksum
22:27:35 4c90babf0bc0: Download complete
22:27:35 81cbf4c99f24: Verifying Checksum
22:27:35 81cbf4c99f24: Download complete
22:27:35 a991b17ba846: Verifying Checksum
22:27:35 a991b17ba846: Download complete
22:27:35 b6ab7952e09d: Verifying Checksum
22:27:35 b6ab7952e09d: Download complete
22:27:35 1b40095b37ef: Verifying Checksum
22:27:35 1b40095b37ef: Download complete
22:27:35 00ed347180c8: Pull complete
22:27:35 9a97a082b0e3: Pull complete
22:27:35 4c90babf0bc0: Pull complete
22:27:35 81cbf4c99f24: Pull complete
22:27:35 a991b17ba846: Pull complete
22:27:35 b6ab7952e09d: Pull complete
22:27:35 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
22:27:35 1b40095b37ef: Pull complete
22:27:35 Digest: sha256:e70036705ca34121388d3c6611ad7e19d37fcaa88e9299798aedeca4e11a2077
22:27:35 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3
22:27:35 741ca1c1619b5d6760cf5847912ce4e6a7d836981c90f3d9ab1395fb57d53db8
22:27:35 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
[Pipeline] sh
22:27:36 + docker run --rm --name dpy-tests-2-0-py3.7-20.10.16 -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-20.10.16:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-20.10.16 --volumes-from dpy-dind-2-0-py3.7-20.10.16 -v /home/ubuntu/workspace/docker-py_PR-2993@tmp/dc024fcb-bec5-497a-8486-45905abd53f3/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/integration
22:27:36 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
22:27:36 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
22:27:36 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
22:27:36 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
22:27:36 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
22:27:36 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
22:27:36 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
22:27:37 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
22:27:37 ============================= test session starts ==============================
22:27:37 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:27:37 cachedir: .pytest_cache
22:27:37 rootdir: /src, configfile: pytest.ini
22:27:37 plugins: cov-3.0.0, timeout-2.0.1
22:27:37 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
22:27:37 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
22:27:37 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
22:27:37 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
22:27:37 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
22:27:37 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
22:27:37 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
22:27:37 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
22:27:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
22:27:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
22:27:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
22:27:37 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
22:27:37 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
22:27:37 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
22:27:37 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
22:27:38 collecting ... collected 395 items
22:27:38 
22:27:38 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
22:27:38 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
22:27:38 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
22:27:38 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
22:27:38 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
22:27:38 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
22:27:39 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
22:27:39 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
22:27:39 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
22:27:39 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
22:27:39 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
22:27:39 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
22:27:39 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
22:27:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
22:27:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
22:27:40 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
22:27:40 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
22:27:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
22:27:41 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
22:27:41 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
22:27:41 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
22:27:41 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
22:27:41 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
22:27:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
22:27:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
22:27:42 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
22:27:42 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
22:27:42 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
22:27:42 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
22:27:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
22:27:43 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
22:27:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
22:27:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
22:27:43 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
22:27:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
22:27:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
22:27:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
22:27:45 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
22:27:45 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
22:27:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
22:27:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
22:27:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
22:27:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
22:27:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
22:27:45 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
22:27:46 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
22:27:47 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
22:27:47 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
22:27:49 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
22:27:49 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
22:27:49 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
22:27:49 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
22:27:49 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
22:27:49 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
22:27:49 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
22:27:49 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
22:27:49 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
22:27:50 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
22:27:50 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
22:27:50 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
22:27:50 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
22:27:50 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
22:27:50 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
22:27:51 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
22:27:51 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
22:27:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
22:27:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
22:27:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
22:27:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
22:27:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
22:27:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
22:27:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
22:27:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
22:27:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
22:27:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
22:27:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
22:27:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
22:27:58 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
22:28:01 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
22:28:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
22:28:02 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
22:28:02 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
22:28:02 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
22:28:02 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
22:28:03 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
22:28:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
22:28:03 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
22:28:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
22:28:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
22:28:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
22:28:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
22:28:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
22:28:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
22:28:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
22:28:05 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
22:28:06 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
22:28:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
22:28:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
22:28:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
22:28:07 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
22:28:07 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
22:28:07 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
22:28:07 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
22:28:07 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
22:28:08 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
22:28:08 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
22:28:09 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
22:28:10 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
22:28:10 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
22:28:10 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
22:28:10 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
22:28:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
22:28:13 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
22:28:13 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
22:28:14 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
22:28:14 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
22:28:14 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
22:28:15 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
22:28:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
22:28:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
22:28:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
22:28:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
22:28:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
22:28:18 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
22:28:18 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
22:28:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
22:28:19 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
22:28:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
22:28:19 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
22:28:20 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
22:28:21 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
22:28:22 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
22:28:22 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
22:28:22 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
22:28:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
22:28:22 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
22:28:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
22:28:23 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
22:28:23 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
22:28:23 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
22:28:24 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
22:28:24 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
22:28:24 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
22:28:25 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
22:28:25 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
22:28:25 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
22:28:25 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
22:28:25 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
22:28:25 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
22:28:26 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
22:28:26 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
22:28:26 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
22:28:26 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
22:28:27 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
22:28:28 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
22:28:29 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
22:28:31 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
22:28:31 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
22:28:31 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
22:28:31 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
22:28:32 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
22:28:32 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
22:28:32 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
22:28:32 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
22:28:32 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
22:28:32 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
22:28:33 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
22:28:33 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
22:28:33 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
22:28:33 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
22:28:33 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
22:28:34 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
22:28:34 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
22:28:34 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
22:28:34 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
22:28:34 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
22:28:34 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
22:28:35 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
22:28:36 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
22:28:36 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
22:28:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
22:28:37 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
22:28:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
22:28:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
22:28:38 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
22:28:38 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
22:28:38 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
22:28:39 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
22:28:41 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
22:28:41 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
22:28:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
22:28:43 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
22:28:43 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
22:28:43 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
22:28:43 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
22:28:44 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
22:28:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
22:28:44 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
22:28:44 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
22:28:44 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
22:28:44 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
22:28:44 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
22:28:45 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream FAILED [ 25%]
22:28:45 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
22:28:45 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
22:28:46 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
22:28:46 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
22:28:47 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
22:28:48 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
22:28:49 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
22:28:49 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
22:28:49 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
22:28:50 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
22:28:50 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
22:28:50 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
22:28:50 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
22:28:51 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
22:28:51 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
22:28:51 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
22:28:52 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
22:28:52 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
22:28:52 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
22:28:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
22:28:53 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
22:28:53 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
22:28:53 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
22:28:54 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
22:28:54 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
22:28:54 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
22:28:55 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
22:28:55 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
22:28:55 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
22:28:55 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
22:28:55 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
22:28:55 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
22:28:55 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
22:28:56 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
22:28:56 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
22:28:56 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
22:28:56 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
22:28:56 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
22:28:56 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
22:28:56 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
22:28:57 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
22:28:58 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
22:28:58 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
22:28:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
22:28:59 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
22:28:59 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
22:28:59 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
22:29:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
22:29:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
22:29:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
22:29:00 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
22:29:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
22:29:00 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
22:29:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
22:29:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
22:29:01 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
22:29:01 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
22:29:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
22:29:01 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
22:29:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
22:29:02 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
22:29:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
22:29:03 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
22:29:03 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
22:29:03 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
22:29:03 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
22:29:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
22:29:03 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
22:29:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
22:29:03 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
22:29:04 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
22:29:04 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
22:29:04 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
22:29:04 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
22:29:05 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
22:29:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
22:29:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
22:29:06 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
22:29:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
22:29:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
22:29:06 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
22:29:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
22:29:07 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
22:29:07 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
22:29:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
22:29:07 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
22:29:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
22:29:08 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
22:29:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
22:29:08 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
22:29:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
22:29:09 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
22:29:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
22:29:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
22:29:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
22:29:10 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
22:29:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
22:29:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
22:29:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
22:29:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
22:29:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
22:29:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
22:29:12 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
22:29:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
22:29:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
22:29:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
22:29:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
22:29:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
22:29:14 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
22:29:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
22:29:14 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
22:29:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
22:29:15 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
22:29:15 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
22:29:15 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
22:29:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
22:29:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
22:29:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
22:29:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
22:29:18 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
22:29:18 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
22:29:18 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
22:29:18 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
22:29:18 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
22:29:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
22:29:19 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
22:29:19 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
22:29:19 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
22:29:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
22:29:19 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
22:29:19 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
22:29:19 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
22:29:19 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
22:29:19 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
22:29:20 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
22:29:20 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
22:29:20 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
22:29:20 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
22:29:20 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
22:29:20 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
22:29:21 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
22:29:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
22:29:21 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
22:29:21 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
22:29:21 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
22:29:21 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
22:29:21 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
22:29:21 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
22:29:21 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
22:29:21 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
22:29:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
22:29:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
22:29:22 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
22:29:22 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
22:29:22 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
22:29:22 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
22:29:23 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
22:29:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
22:29:23 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
22:29:23 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
22:29:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
22:29:24 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
22:29:24 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
22:29:24 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
22:29:25 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
22:29:25 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
22:29:25 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
22:29:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
22:29:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
22:29:26 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
22:29:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
22:29:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
22:29:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
22:29:27 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
22:29:28 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
22:29:28 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
22:29:28 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
22:29:29 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
22:29:29 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
22:29:29 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
22:29:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
22:29:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
22:29:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
22:29:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
22:29:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
22:29:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
22:29:31 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
22:29:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
22:29:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
22:29:31 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
22:29:31 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
22:29:31 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
22:29:31 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
22:29:31 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
22:29:31 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
22:29:31 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
22:29:32 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
22:29:32 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
22:29:32 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
22:29:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
22:29:32 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
22:29:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
22:29:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
22:29:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
22:29:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
22:29:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
22:29:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
22:29:33 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
22:29:33 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
22:29:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
22:29:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
22:29:33 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
22:29:34 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
22:29:34 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
22:29:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
22:29:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
22:29:34 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
22:29:34 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
22:29:34 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
22:29:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
22:29:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
22:29:35 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
22:29:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
22:29:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
22:29:36 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
22:29:36 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
22:29:36 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
22:29:36 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
22:29:36 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
22:29:36 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
22:29:36 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
22:29:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
22:29:37 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
22:29:37 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
22:29:37 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
22:29:37 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
22:29:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
22:29:38 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
22:29:38 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
22:29:38 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
22:29:38 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
22:29:38 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
22:29:38 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
22:29:39 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
22:29:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
22:29:39 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
22:29:40 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
22:29:40 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
22:29:40 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
22:29:40 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
22:29:40 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
22:29:41 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
22:29:41 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
22:29:41 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
22:29:42 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
22:29:42 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
22:29:42 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
22:29:42 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
22:29:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
22:29:43 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
22:29:43 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
22:29:43 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
22:29:43 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
22:29:43 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
22:29:43 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
22:29:44 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
22:29:44 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
22:29:44 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
22:29:44 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
22:29:44 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
22:29:44 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
22:29:44 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
22:29:44 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
22:29:45 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
22:29:45 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
22:29:45 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
22:29:45 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
22:29:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
22:29:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
22:29:45 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
22:29:45 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
22:29:45 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
22:29:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
22:29:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
22:29:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
22:29:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
22:29:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
22:29:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
22:29:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
22:29:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
22:29:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
22:29:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
22:29:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
22:29:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
22:29:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
22:29:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
22:29:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
22:29:49 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
22:29:49 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
22:29:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
22:29:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
22:29:50 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
22:29:50 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
22:29:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
22:29:51 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
22:29:51 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
22:29:52 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
22:29:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
22:29:53 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
22:29:53 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
22:29:53 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
22:29:53 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
22:29:56 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
22:29:56 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
22:29:56 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
22:29:56 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
22:29:56 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
22:29:57 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
22:29:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
22:29:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
22:29:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
22:29:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
22:29:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
22:29:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
22:29:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
22:30:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
22:30:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
22:30:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
22:30:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
22:30:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
22:30:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
22:30:03 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
22:30:04 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
22:30:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
22:30:05 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
22:30:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
22:30:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
22:30:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
22:30:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
22:30:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
22:30:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
22:30:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
22:30:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
22:30:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
22:30:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
22:30:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
22:30:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
22:30:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
22:30:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
22:30:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
22:30:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
22:30:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
22:30:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
22:30:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
22:30:18 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
22:30:18 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
22:30:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
22:30:19 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
22:30:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
22:30:20 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
22:30:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
22:30:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
22:30:22 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
22:30:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
22:30:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
22:30:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
22:30:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
22:30:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
22:30:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
22:30:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
22:30:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
22:30:28 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
22:30:28 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
22:30:30 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
22:30:31 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
22:30:32 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
22:30:34 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
22:30:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
22:30:35 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
22:30:35 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
22:30:39 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
22:30:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
22:30:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
22:30:42 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
22:30:43 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
22:30:44 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
22:30:44 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
22:30:45 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
22:30:45 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
22:30:46 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
22:30:47 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
22:30:47 tests/integration/api_swarm_test.py::SwarmTest::test_update_node FAILED  [ 71%]
22:30:47 tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR   [ 71%]
22:30:47 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm FAILED [ 71%]
22:30:48 tests/integration/api_volume_test.py::TestVolumes::test_create_volume FAILED [ 72%]
22:30:48 tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 72%]
22:30:48 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver FAILED [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume FAILED [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume FAILED [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume FAILED [ 73%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 73%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
22:30:49 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
22:30:49 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
22:30:49 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
22:30:49 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
22:30:49 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
22:30:50 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes FAILED [ 73%]
22:30:50 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 73%]
22:30:50 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes FAILED [ 73%]
22:30:50 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume FAILED [ 73%]
22:30:51 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume FAILED [ 74%]
22:30:51 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 74%]
22:30:51 tests/integration/client_test.py::ClientTest::test_df FAILED             [ 74%]
22:30:51 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
22:30:51 tests/integration/client_test.py::ClientTest::test_info FAILED           [ 74%]
22:30:52 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
22:30:52 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
22:30:52 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
22:30:52 tests/integration/client_test.py::ClientTest::test_ping FAILED           [ 74%]
22:30:52 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
22:30:52 tests/integration/client_test.py::ClientTest::test_version FAILED        [ 75%]
22:30:52 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events FAILED [ 75%]
22:30:52 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
22:30:52 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
22:30:52 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
22:30:53 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json FAILED [ 76%]
22:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
22:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get FAILED [ 76%]
22:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
22:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list FAILED [ 76%]
22:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse FAILED [ 77%]
22:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
22:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run FAILED [ 77%]
22:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
22:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach FAILED [ 77%]
22:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
22:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove FAILED [ 77%]
22:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error FAILED [ 78%]
22:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error FAILED [ 78%]
22:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist FAILED [ 78%]
22:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver FAILED [ 78%]
22:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume FAILED [ 79%]
22:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network FAILED [ 79%]
22:30:57 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver FAILED [ 79%]
22:30:57 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config FAILED [ 80%]
22:30:57 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
22:30:57 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs FAILED [ 80%]
22:30:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel FAILED [ 80%]
22:30:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume FAILED [ 80%]
22:30:58 tests/integration/models_containers_test.py::ContainerTest::test_commit FAILED [ 81%]
22:30:59 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver FAILED [ 81%]
22:30:59 tests/integration/models_containers_test.py::ContainerTest::test_diff FAILED [ 81%]
22:30:59 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed FAILED [ 81%]
22:30:59 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success FAILED [ 82%]
22:31:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
22:31:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
22:31:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
22:31:00 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
22:31:00 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
22:31:00 tests/integration/models_containers_test.py::ContainerTest::test_kill FAILED [ 82%]
22:31:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
22:31:00 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
22:31:00 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
22:31:00 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
22:31:00 tests/integration/models_containers_test.py::ContainerTest::test_logs FAILED [ 82%]
22:31:01 tests/integration/models_containers_test.py::ContainerTest::test_pause FAILED [ 82%]
22:31:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
22:31:01 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list FAILED [ 83%]
22:31:01 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none FAILED [ 83%]
22:31:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
22:31:02 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple FAILED [ 83%]
22:31:02 tests/integration/models_containers_test.py::ContainerTest::test_remove FAILED [ 83%]
22:31:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
22:31:02 tests/integration/models_containers_test.py::ContainerTest::test_rename FAILED [ 84%]
22:31:02 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
22:31:02 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
22:31:02 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
22:31:02 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
22:31:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
22:31:02 tests/integration/models_containers_test.py::ContainerTest::test_restart FAILED [ 84%]
22:31:03 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
22:31:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
22:31:03 tests/integration/models_containers_test.py::ContainerTest::test_start FAILED [ 84%]
22:31:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
22:31:03 tests/integration/models_containers_test.py::ContainerTest::test_stats FAILED [ 84%]
22:31:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
22:31:03 tests/integration/models_containers_test.py::ContainerTest::test_stop FAILED [ 85%]
22:31:04 tests/integration/models_containers_test.py::ContainerTest::test_top FAILED [ 85%]
22:31:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
22:31:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
22:31:04 tests/integration/models_containers_test.py::ContainerTest::test_update FAILED [ 85%]
22:31:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
22:31:05 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
22:31:05 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
22:31:05 tests/integration/models_containers_test.py::ContainerTest::test_wait FAILED [ 85%]
22:31:05 tests/integration/models_images_test.py::ImageCollectionTest::test_build FAILED [ 86%]
22:31:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
22:31:05 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error FAILED [ 86%]
22:31:05 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
22:31:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
22:31:05 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success FAILED [ 86%]
22:31:05 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output FAILED [ 86%]
22:31:05 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
22:31:06 tests/integration/models_images_test.py::ImageCollectionTest::test_list FAILED [ 87%]
22:31:06 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository FAILED [ 87%]
22:31:06 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
22:31:06 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error FAILED [ 87%]
22:31:06 tests/integration/models_images_test.py::ImageCollectionTest::test_pull FAILED [ 87%]
22:31:07 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
22:31:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 88%]
22:31:07 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
22:31:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha FAILED [ 88%]
22:31:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag FAILED [ 88%]
22:31:07 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
22:31:08 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load FAILED [ 88%]
22:31:08 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
22:31:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
22:31:08 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name FAILED [ 89%]
22:31:08 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
22:31:08 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error FAILED [ 89%]
22:31:08 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove FAILED [ 89%]
22:31:08 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
22:31:09 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create FAILED [ 89%]
22:31:09 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get FAILED [ 90%]
22:31:09 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
22:31:09 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
22:31:09 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove FAILED [ 90%]
22:31:09 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect FAILED [ 90%]
22:31:10 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update FAILED [ 90%]
22:31:10 tests/integration/models_resources_test.py::ModelTest::test_reload FAILED [ 91%]
22:31:10 tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 91%]
22:31:10 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
22:31:10 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
22:31:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
22:31:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
22:31:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
22:31:11 tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 92%]
22:31:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
22:31:11 tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 92%]
22:31:11 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 92%]
22:31:11 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 92%]
22:31:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
22:31:12 tests/integration/models_services_test.py::ServiceTest::test_get ERROR   [ 93%]
22:31:12 tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 93%]
22:31:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
22:31:12 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 93%]
22:31:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
22:31:12 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 93%]
22:31:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
22:31:13 tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 94%]
22:31:13 tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 94%]
22:31:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
22:31:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
22:31:14 tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 94%]
22:31:14 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 94%]
22:31:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 95%]
22:31:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 95%]
22:31:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 95%]
22:31:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
22:31:15 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave FAILED [ 95%]
22:31:15 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm FAILED [ 96%]
22:31:15 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
22:31:15 tests/integration/models_volumes_test.py::VolumesTest::test_create_get FAILED [ 96%]
22:31:15 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
22:31:15 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove FAILED [ 96%]
22:31:15 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
22:31:16 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream FAILED [ 96%]
22:31:16 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side FAILED [ 97%]
22:31:16 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
22:31:16 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names FAILED [ 97%]
22:31:17 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
22:31:17 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none FAILED [ 97%]
22:31:17 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value FAILED [ 97%]
22:31:17 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
22:31:17 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
22:31:17 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol FAILED [ 98%]
22:31:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
22:31:17 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
22:31:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
22:31:18 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
22:31:18 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
22:31:18 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
22:31:18 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
22:31:18 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
22:31:19 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
22:31:19 
22:31:19 ==================================== ERRORS ====================================
22:31:19 _______________ ERROR at teardown of SwarmTest.test_update_node ________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:96: in create_connection
22:31:19     raise err
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:86: in create_connection
22:31:19     sock.connect(sa)
22:31:19 E   ConnectionRefusedError: [Errno 111] Connection refused
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe0cf450>: Failed to establish a new connection: [Errno 111] Connection refused
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm/leave?force=True (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe0cf450>: Failed to establish a new connection: [Errno 111] Connection refused'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_swarm_test.py:21: in tearDown
22:31:19     force_leave_swarm(self.client)
22:31:19 tests/helpers.py:98: in force_leave_swarm
22:31:19     return client.leave_swarm(force=True)  # elif APIClient
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:274: in leave_swarm
22:31:19     response = self._post(url, params={'force': force})
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm/leave?force=True (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe0cf450>: Failed to establish a new connection: [Errno 111] Connection refused'))
22:31:19 _____________ ERROR at teardown of TestVolumes.test_create_volume ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe3329d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/perfectcherryblossom (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe3329d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/base.py:82: in tearDown
22:31:19     super().tearDown()
22:31:19 tests/integration/base.py:49: in tearDown
22:31:19     client.api.remove_volume(volume)
22:31:19 docker/api/volume.py:160: in remove_volume
22:31:19     resp = self._delete(url)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:245: in _delete
22:31:19     return self.delete(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:624: in delete
22:31:19     return self.request('DELETE', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/perfectcherryblossom (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe3329d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________ ERROR at teardown of TestVolumes.test_force_remove_volume ___________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabddfdf10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabddfdf10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/base.py:82: in tearDown
22:31:19     super().tearDown()
22:31:19 tests/integration/base.py:49: in tearDown
22:31:19     client.api.remove_volume(volume)
22:31:19 docker/api/volume.py:160: in remove_volume
22:31:19     resp = self._delete(url)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:245: in _delete
22:31:19     return self.delete(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:624: in delete
22:31:19     return self.request('DELETE', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabddfdf10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________ ERROR at teardown of TestVolumes.test_inspect_volume _____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdee5fd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdee5fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/base.py:82: in tearDown
22:31:19     super().tearDown()
22:31:19 tests/integration/base.py:49: in tearDown
22:31:19     client.api.remove_volume(volume)
22:31:19 docker/api/volume.py:160: in remove_volume
22:31:19     resp = self._delete(url)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:245: in _delete
22:31:19     return self.delete(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:624: in delete
22:31:19     return self.request('DELETE', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdee5fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ ERROR at teardown of TestVolumes.test_list_volumes ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdf6cd90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/imperishablenight (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf6cd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/base.py:82: in tearDown
22:31:19     super().tearDown()
22:31:19 tests/integration/base.py:49: in tearDown
22:31:19     client.api.remove_volume(volume)
22:31:19 docker/api/volume.py:160: in remove_volume
22:31:19     resp = self._delete(url)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:245: in _delete
22:31:19     return self.delete(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:624: in delete
22:31:19     return self.request('DELETE', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/imperishablenight (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf6cd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________ ERROR at teardown of TestVolumes.test_remove_volume ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe2ee250>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe2ee250>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/base.py:82: in tearDown
22:31:19     super().tearDown()
22:31:19 tests/integration/base.py:49: in tearDown
22:31:19     client.api.remove_volume(volume)
22:31:19 docker/api/volume.py:160: in remove_volume
22:31:19     resp = self._delete(url)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:245: in _delete
22:31:19     return self.delete(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:624: in delete
22:31:19     return self.request('DELETE', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe2ee250>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________ ERROR at setup of ServiceTest.test_create ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________ ERROR at setup of ServiceTest.test_create_with_network ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________ ERROR at setup of ServiceTest.test_force_update_service ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ERROR at setup of ServiceTest.test_get ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________ ERROR at setup of ServiceTest.test_list_remove ________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________ ERROR at setup of ServiceTest.test_scale_service _______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________ ERROR at setup of ServiceTest.test_tasks ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________ ERROR at setup of ServiceTest.test_update ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_services_test.py:16: in setUpClass
22:31:19     helpers.force_leave_swarm(client)
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 =================================== FAILURES ===================================
22:31:19 __________________________ SwarmTest.test_update_node __________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:445: in _make_request
22:31:19     six.raise_from(e, None)
22:31:19 <string>:3: in raise_from
22:31:19     ???
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:440: in _make_request
22:31:19     httplib_response = conn.getresponse()
22:31:19 /usr/local/lib/python3.7/http/client.py:1373: in getresponse
22:31:19     response.begin()
22:31:19 /usr/local/lib/python3.7/http/client.py:319: in begin
22:31:19     version, status, reason = self._read_status()
22:31:19 /usr/local/lib/python3.7/http/client.py:288: in _read_status
22:31:19     raise RemoteDisconnected("Remote end closed connection without"
22:31:19 E   http.client.RemoteDisconnected: Remote end closed connection without response
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:532: in increment
22:31:19     raise six.reraise(type(error), error, _stacktrace)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/packages/six.py:769: in reraise
22:31:19     raise value.with_traceback(tb)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:445: in _make_request
22:31:19     six.raise_from(e, None)
22:31:19 <string>:3: in raise_from
22:31:19     ???
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:440: in _make_request
22:31:19     httplib_response = conn.getresponse()
22:31:19 /usr/local/lib/python3.7/http/client.py:1373: in getresponse
22:31:19     response.begin()
22:31:19 /usr/local/lib/python3.7/http/client.py:319: in begin
22:31:19     version, status, reason = self._read_status()
22:31:19 /usr/local/lib/python3.7/http/client.py:288: in _read_status
22:31:19     raise RemoteDisconnected("Remote end closed connection without"
22:31:19 E   urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_swarm_test.py:201: in test_update_node
22:31:19     assert self.init_swarm()
22:31:19 tests/integration/base.py:127: in init_swarm
22:31:19     return self._init_swarm(self.client, **kwargs)
22:31:19 tests/integration/base.py:94: in _init_swarm
22:31:19     '127.0.0.1', listen_addr=helpers.swarm_listen_addr(), **kwargs
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:169: in init_swarm
22:31:19     response = self._post_json(url, data=data)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:498: in send
22:31:19     raise ConnectionError(err, request=request)
22:31:19 E   requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
22:31:19 _________________________ SwarmTest.test_update_swarm __________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe636610>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm/leave?force=True (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe636610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_swarm_test.py:12: in setUp
22:31:19     force_leave_swarm(self.client)
22:31:19 tests/helpers.py:98: in force_leave_swarm
22:31:19     return client.leave_swarm(force=True)  # elif APIClient
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:274: in leave_swarm
22:31:19     response = self._post(url, params={'force': force})
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm/leave?force=True (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe636610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ TestVolumes.test_create_volume ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe262950>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe262950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:12: in test_create_volume
22:31:19     result = self.client.create_volume(name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe262950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________ TestVolumes.test_create_volume_invalid_driver _________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe5c0810>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe5c0810>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:22: in test_create_volume_invalid_driver
22:31:19     self.client.create_volume('perfectcherryblossom', driver_name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe5c0810>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________ TestVolumes.test_force_remove_volume _____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd1bfd10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1bfd10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:55: in test_force_remove_volume
22:31:19     self.client.create_volume(name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1bfd10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________ TestVolumes.test_inspect_nonexistent_volume __________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabddfd650>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabddfd650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:43: in test_inspect_nonexistent_volume
22:31:19     self.client.inspect_volume(name)
22:31:19 docker/api/volume.py:114: in inspect_volume
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabddfd650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________________ TestVolumes.test_inspect_volume ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe12abd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe12abd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:36: in test_inspect_volume
22:31:19     volume_info = self.client.create_volume(name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe12abd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ TestVolumes.test_list_volumes _________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe368550>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe368550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:27: in test_list_volumes
22:31:19     volume_info = self.client.create_volume(name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe368550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ TestVolumes.test_prune_volumes ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd318fd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd318fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:61: in test_prune_volumes
22:31:19     self.client.create_volume(name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd318fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________ TestVolumes.test_remove_nonexistent_volume __________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd400850>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd400850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:69: in test_remove_nonexistent_volume
22:31:19     self.client.remove_volume(name)
22:31:19 docker/api/volume.py:160: in remove_volume
22:31:19     resp = self._delete(url)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:245: in _delete
22:31:19     return self.delete(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:624: in delete
22:31:19     return self.request('DELETE', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd400850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ TestVolumes.test_remove_volume ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe270f90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe270f90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/api_volume_test.py:48: in test_remove_volume
22:31:19     self.client.create_volume(name)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe270f90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________________________ ClientTest.test_df ______________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd4524d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/system/df (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd4524d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/client_test.py:28: in test_df
22:31:19     data = self.client.df()
22:31:19 docker/client.py:191: in df
22:31:19     return self.api.df()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/daemon.py:22: in df
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/system/df (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd4524d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________________ ClientTest.test_info _____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdcbbd50>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdcbbd50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/client_test.py:16: in test_info
22:31:19     info = self.client.info()
22:31:19 docker/client.py:195: in info
22:31:19     return self.api.info(*args, **kwargs)
22:31:19 docker/api/daemon.py:95: in info
22:31:19     return self._result(self._get(self._url("/info")), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdcbbd50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________________ ClientTest.test_ping _____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdc89b10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/_ping (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdc89b10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/client_test.py:21: in test_ping
22:31:19     assert self.client.ping() is True
22:31:19 docker/client.py:203: in ping
22:31:19     return self.api.ping(*args, **kwargs)
22:31:19 docker/api/daemon.py:166: in ping
22:31:19     return self._result(self._get(self._url('/_ping'))) == 'OK'
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/_ping (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdc89b10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ClientTest.test_version ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabde1d850>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde1d850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/client_test.py:24: in test_version
22:31:19     assert 'Version' in self.client.version()
22:31:19 docker/client.py:207: in version
22:31:19     return self.api.version(*args, **kwargs)
22:31:19 docker/api/daemon.py:181: in version
22:31:19     return self._result(self._get(url), json=True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde1d850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________ CancellableEventsTest.test_cancel_events ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe5ec0d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/events?until=1654036257 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe5ec0d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/client_test.py:41: in test_cancel_events
22:31:19     events = self.client.events(until=start + timedelta(seconds=5))
22:31:19 docker/client.py:187: in events
22:31:19     return self.api.events(*args, **kwargs)
22:31:19 docker/api/daemon.py:78: in events
22:31:19     response = self._get(url, params=params, stream=True, timeout=None)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/events?until=1654036257 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe5ec0d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ErrorsTest.test_api_error_parses_json _____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe44fd50>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe44fd50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/errors_test.py:8: in test_api_error_parses_json
22:31:19     container = self.client.create_container(TEST_IMG, ['sleep', '10'])
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe44fd50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________________ ContainerCollectionTest.test_get _______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe193dd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe193dd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:187: in test_get
22:31:19     container = client.containers.run("alpine", "sleep 300", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe193dd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________________ ContainerCollectionTest.test_list _______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdf5c450>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf5c450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:195: in test_list
22:31:19     "alpine", "sleep 300", detach=True).id
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf5c450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________ ContainerCollectionTest.test_list_sparse ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe44fd50>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe44fd50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:213: in test_list_sparse
22:31:19     "alpine", "sleep 300", detach=True).id
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe44fd50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________________ ContainerCollectionTest.test_run _______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3929d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3929d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:18: in test_run
22:31:19     assert client.containers.run(
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3929d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________ ContainerCollectionTest.test_run_detach ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd19ff90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd19ff90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:24: in test_run_detach
22:31:19     container = client.containers.run("alpine", "sleep 300", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd19ff90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ ContainerCollectionTest.test_run_with_auto_remove _______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabde30ad0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde30ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:131: in test_run_with_auto_remove
22:31:19     'alpine', 'sh -c "echo hello && sleep 2"', auto_remove=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde30ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________ ContainerCollectionTest.test_run_with_auto_remove_error ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdf96850>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf96850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:143: in test_run_with_auto_remove_error
22:31:19     auto_remove=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf96850>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________ ContainerCollectionTest.test_run_with_error __________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe6b82d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe6b82d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:32: in test_run_with_error
22:31:19     client.containers.run("alpine", "cat /test", remove=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe6b82d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______ ContainerCollectionTest.test_run_with_image_that_does_not_exist ________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabde88550>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde88550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:41: in test_run_with_image_that_does_not_exist
22:31:19     client.containers.run("dockerpytest_does_not_exist")
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde88550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________ ContainerCollectionTest.test_run_with_json_file_driver ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdf4cb10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf4cb10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:121: in test_run_with_json_file_driver
22:31:19     log_config=dict(type='json-file')
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf4cb10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ ContainerCollectionTest.test_run_with_named_volume ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe68a810>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe68a810>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:69: in test_run_with_named_volume
22:31:19     volume = client.volumes.create(name="somevolume")
22:31:19 docker/models/volumes.py:57: in create
22:31:19     obj = self.client.api.create_volume(name, **kwargs)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe68a810>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________ ContainerCollectionTest.test_run_with_network _________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd422210>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd422210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:92: in test_run_with_network
22:31:19     client.networks.create(net_name)
22:31:19 docker/models/networks.py:156: in create
22:31:19     resp = self.client.api.create_network(name, *args, **kwargs)
22:31:19 docker/api/network.py:152: in create_network
22:31:19     res = self._post_json(url, data=data)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd422210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ ContainerCollectionTest.test_run_with_none_driver _______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe46d410>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe46d410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:112: in test_run_with_none_driver
22:31:19     log_config=dict(type='none')
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe46d410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ ContainerCollectionTest.test_run_with_proxy_config ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe425190>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe425190>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:180: in test_run_with_proxy_config
22:31:19     out = client.containers.run('alpine', 'sh -c "env"')
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe425190>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________ ContainerCollectionTest.test_run_with_streamed_logs ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe68aa90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe68aa90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:151: in test_run_with_streamed_logs
22:31:19     'alpine', 'sh -c "echo hello && echo world"', stream=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe68aa90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________ ContainerCollectionTest.test_run_with_streamed_logs_and_cancel ________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd1375d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1375d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:163: in test_run_with_streamed_logs_and_cancel
22:31:19     'alpine', 'sh -c "echo hello && echo world"', stream=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1375d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________ ContainerCollectionTest.test_run_with_volume _________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd28b450>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd28b450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:53: in test_run_with_volume
22:31:19     detach=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd28b450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________________ ContainerTest.test_commit ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd27a790>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd27a790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:237: in test_commit
22:31:19     detach=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd27a790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________ ContainerTest.test_create_with_volume_driver _________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe4c3e90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe4c3e90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:453: in test_create_with_volume_driver
22:31:19     volume_driver='foo'
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe4c3e90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_diff ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd290090>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd290090>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:248: in test_diff
22:31:19     container = client.containers.run("alpine", "touch /test", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd290090>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________________ ContainerTest.test_exec_run_failed ______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdde2ad0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdde2ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:266: in test_exec_run_failed
22:31:19     "alpine", "sh -c 'sleep 60'", detach=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdde2ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________ ContainerTest.test_exec_run_success ______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3c7610>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3c7610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:256: in test_exec_run_success
22:31:19     "alpine", "sh -c 'echo \"hello\" > /test; sleep 60'", detach=True
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3c7610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_kill ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe5c02d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe5c02d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:274: in test_kill
22:31:19     container = client.containers.run("alpine", "sleep 300", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe5c02d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_logs ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe3f4510>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe3f4510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:286: in test_logs
22:31:19     detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe3f4510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_pause ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3b7cd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3b7cd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:293: in test_pause
22:31:19     container = client.containers.run("alpine", "sleep 300", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3b7cd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________ ContainerTest.test_ports_target_list _____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabde644d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde644d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:396: in test_ports_target_list
22:31:19     ports=target_ports
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabde644d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________ ContainerTest.test_ports_target_none _____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdf7e3d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf7e3d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:356: in test_ports_target_none
22:31:19     ports=target_ports
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf7e3d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ContainerTest.test_ports_target_tuple _____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe1d1e90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1d1e90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:376: in test_ports_target_tuple
22:31:19     ports=target_ports
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1d1e90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________________ ContainerTest.test_remove ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe614b50>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe614b50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:304: in test_remove
22:31:19     container = client.containers.run("alpine", "echo hello", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe614b50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________________ ContainerTest.test_rename ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd2657d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create?name=test1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd2657d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:315: in test_rename
22:31:19     detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create?name=test1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd2657d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________________ ContainerTest.test_restart __________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdc8ee90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdc8ee90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:324: in test_restart
22:31:19     container = client.containers.run("alpine", "sleep 100", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdc8ee90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_start ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd422ed0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd422ed0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:334: in test_start
22:31:19     container = client.containers.create("alpine", "sleep 50", detach=True)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd422ed0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_stats ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdc8edd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdc8edd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:343: in test_stats
22:31:19     container = client.containers.run("alpine", "sleep 100", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdc8edd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_stop ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3ec290>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:412: in test_stop
22:31:19     container = client.containers.run("alpine", "top", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________________ ContainerTest.test_top ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd0244d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd0244d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:421: in test_top
22:31:19     container = client.containers.run("alpine", "sleep 60", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd0244d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________________ ContainerTest.test_update ___________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe1e7a50>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1e7a50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:430: in test_update
22:31:19     cpu_shares=2)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1e7a50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________________ ContainerTest.test_wait ____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd318650>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd318650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_containers_test.py:440: in test_wait
22:31:19     detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd318650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ ImageCollectionTest.test_build ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd395e10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd395e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:16: in test_build
22:31:19     b"FROM alpine\n"
22:31:19 docker/models/images.py:277: in build
22:31:19     resp = self.client.api.build(**kwargs)
22:31:19 docker/api/build.py:269: in build
22:31:19     timeout=timeout,
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd395e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 __________________ ImageCollectionTest.test_build_with_error ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdeaaed0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdeaaed0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:27: in test_build_with_error
22:31:19     b"FROM alpine\n"
22:31:19 docker/models/images.py:277: in build
22:31:19     resp = self.client.api.build(**kwargs)
22:31:19 docker/api/build.py:269: in build
22:31:19     timeout=timeout,
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdeaaed0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________ ImageCollectionTest.test_build_with_multiple_success _____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe3238d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?t=some-tag&q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe3238d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:39: in test_build_with_multiple_success
22:31:19     b"FROM alpine\n"
22:31:19 docker/models/images.py:277: in build
22:31:19     resp = self.client.api.build(**kwargs)
22:31:19 docker/api/build.py:269: in build
22:31:19     timeout=timeout,
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?t=some-tag&q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe3238d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________ ImageCollectionTest.test_build_with_success_build_output ___________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe1bea10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?t=dup-txt-tag&q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1bea10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:50: in test_build_with_success_build_output
22:31:19     b"FROM alpine\n"
22:31:19 docker/models/images.py:277: in build
22:31:19     resp = self.client.api.build(**kwargs)
22:31:19 docker/api/build.py:269: in build
22:31:19     timeout=timeout,
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?t=dup-txt-tag&q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1bea10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ ImageCollectionTest.test_list _________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3ec3d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec3d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:59: in test_list
22:31:19     image = client.images.pull('alpine:latest')
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec3d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________ ImageCollectionTest.test_list_with_repository _________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdeaae90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdeaae90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:64: in test_list_with_repository
22:31:19     image = client.images.pull('alpine:latest')
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdeaae90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________ ImageCollectionTest.test_load_error ______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdcaf290>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/load (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdcaf290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:98: in test_load_error
22:31:19     client.images.load('abc')
22:31:19 docker/models/images.py:380: in load
22:31:19     resp = self.client.api.load_image(data)
22:31:19 docker/api/image.py:319: in load_image
22:31:19     self._url("/images/load"), data=data, params=params, stream=True
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/load (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdcaf290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ ImageCollectionTest.test_pull _________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd367410>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd367410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:70: in test_pull
22:31:19     image = client.images.pull('alpine:latest')
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd367410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ImageCollectionTest.test_pull_multiple ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd265790>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?fromImage=hello-world (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd265790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:89: in test_pull_multiple
22:31:19     images = client.images.pull('hello-world', all_tags=True)
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?fromImage=hello-world (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd265790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ImageCollectionTest.test_pull_with_sha ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe1b1cd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=sha256%3A083de497cff944f969d8499ab94f07134c50bcf5e6b9559b27182d3fa80ce3f7&fromImage=hello-world (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1b1cd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:84: in test_pull_with_sha
22:31:19     image = client.images.pull(image_ref)
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=sha256%3A083de497cff944f969d8499ab94f07134c50bcf5e6b9559b27182d3fa80ce3f7&fromImage=hello-world (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe1b1cd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ImageCollectionTest.test_pull_with_tag ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd434210>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=3.10&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:75: in test_pull_with_tag
22:31:19     image = client.images.pull('alpine', tag='3.10')
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=3.10&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd434210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ ImageCollectionTest.test_save_and_load ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabddfd210>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabddfd210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:102: in test_save_and_load
22:31:19     image = client.images.get(TEST_IMG)
22:31:19 docker/models/images.py:314: in get
22:31:19     return self.prepare_model(self.client.api.inspect_image(name))
22:31:19 docker/utils/decorators.py:19: in wrapped
22:31:19     return f(self, resource_id, *args, **kwargs)
22:31:19 docker/api/image.py:252: in inspect_image
22:31:19     self._get(self._url("/images/{0}/json", image)), True
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabddfd210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________ ImageCollectionTest.test_save_and_load_repo_name _______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd1be210>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1be210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:116: in test_save_and_load_repo_name
22:31:19     image = client.images.get(TEST_IMG)
22:31:19 docker/models/images.py:314: in get
22:31:19     return self.prepare_model(self.client.api.inspect_image(name))
22:31:19 docker/utils/decorators.py:19: in wrapped
22:31:19     return f(self, resource_id, *args, **kwargs)
22:31:19 docker/api/image.py:252: in inspect_image
22:31:19     self._get(self._url("/images/{0}/json", image)), True
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1be210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________________ ImageCollectionTest.test_save_name_error ___________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd26c1d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd26c1d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:136: in test_save_name_error
22:31:19     image = client.images.get(TEST_IMG)
22:31:19 docker/models/images.py:314: in get
22:31:19     return self.prepare_model(self.client.api.inspect_image(name))
22:31:19 docker/utils/decorators.py:19: in wrapped
22:31:19     return f(self, resource_id, *args, **kwargs)
22:31:19 docker/api/image.py:252: in inspect_image
22:31:19     self._get(self._url("/images/{0}/json", image)), True
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd26c1d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ ImageTest.test_tag_and_remove _________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdfd4dd0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdfd4dd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_images_test.py:149: in test_tag_and_remove
22:31:19     image = client.images.pull('alpine:latest')
22:31:19 docker/models/images.py:445: in pull
22:31:19     repository, tag=tag, stream=True, all_tags=all_tags, **kwargs
22:31:19 docker/api/image.py:425: in pull
22:31:19     stream=stream, timeout=None
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdfd4dd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________________ NetworkCollectionTest.test_create _______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd1a2450>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1a2450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_networks_test.py:11: in test_create
22:31:19     network = client.networks.create(name, labels={'foo': 'bar'})
22:31:19 docker/models/networks.py:156: in create
22:31:19     resp = self.client.api.create_network(name, *args, **kwargs)
22:31:19 docker/api/network.py:152: in create_network
22:31:19     res = self._post_json(url, data=data)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1a2450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ NetworkCollectionTest.test_get ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd258750>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd258750>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_networks_test.py:19: in test_get
22:31:19     network_id = client.networks.create(name).id
22:31:19 docker/models/networks.py:156: in create
22:31:19     resp = self.client.api.create_network(name, *args, **kwargs)
22:31:19 docker/api/network.py:152: in create_network
22:31:19     res = self._post_json(url, data=data)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd258750>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________ NetworkCollectionTest.test_list_remove ____________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3e0b10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3e0b10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_networks_test.py:27: in test_list_remove
22:31:19     network = client.networks.create(name)
22:31:19 docker/models/networks.py:156: in create
22:31:19     resp = self.client.api.create_network(name, *args, **kwargs)
22:31:19 docker/api/network.py:152: in create_network
22:31:19     res = self._post_json(url, data=data)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3e0b10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _____________________ NetworkTest.test_connect_disconnect ______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd1bead0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1bead0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_networks_test.py:54: in test_connect_disconnect
22:31:19     network = client.networks.create(helpers.random_name())
22:31:19 docker/models/networks.py:156: in create
22:31:19     resp = self.client.api.create_network(name, *args, **kwargs)
22:31:19 docker/api/network.py:152: in create_network
22:31:19     res = self._post_json(url, data=data)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1bead0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________________________ NodesTest.test_list_get_update ________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe24ff50>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe24ff50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_nodes_test.py:11: in setUp
22:31:19     helpers.force_leave_swarm(docker.from_env(version=TEST_API_VERSION))
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe24ff50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ____________________________ ModelTest.test_reload _____________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd367450>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd367450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_resources_test.py:9: in test_reload
22:31:19     container = client.containers.run("alpine", "sleep 300", detach=True)
22:31:19 docker/models/containers.py:820: in run
22:31:19     detach=detach, **kwargs)
22:31:19 docker/models/containers.py:878: in create
22:31:19     resp = self.client.api.create_container(**create_kwargs)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd367450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________________ SwarmTest.test_init_update_leave _______________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3943d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3943d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_swarm_test.py:12: in setUp
22:31:19     helpers.force_leave_swarm(docker.from_env(version=TEST_API_VERSION))
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3943d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________ SwarmTest.test_join_on_already_joined_swarm __________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd140e10>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd140e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_swarm_test.py:12: in setUp
22:31:19     helpers.force_leave_swarm(docker.from_env(version=TEST_API_VERSION))
22:31:19 tests/helpers.py:97: in force_leave_swarm
22:31:19     return client.swarm.leave(force=True)
22:31:19 docker/client.py:175: in swarm
22:31:19     return Swarm(client=self)
22:31:19 docker/models/swarm.py:17: in __init__
22:31:19     self.reload()
22:31:19 docker/models/swarm.py:147: in reload
22:31:19     self.attrs = self.client.api.inspect_swarm()
22:31:19 docker/utils/decorators.py:34: in wrapper
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/swarm.py:185: in inspect_swarm
22:31:19     return self._result(self._get(url), True)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd140e10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________________ VolumesTest.test_create_get __________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd265910>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd265910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_volumes_test.py:11: in test_create_get
22:31:19     labels={'labelkey': 'labelvalue'}
22:31:19 docker/models/volumes.py:57: in create
22:31:19     obj = self.client.api.create_volume(name, **kwargs)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd265910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________________________ VolumesTest.test_list_remove _________________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabdf7e0d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf7e0d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/models_volumes_test.py:23: in test_list_remove
22:31:19     volume = client.volumes.create('dockerpytest_1')
22:31:19 docker/models/volumes.py:57: in create
22:31:19     obj = self.client.api.create_volume(name, **kwargs)
22:31:19 docker/api/volume.py:89: in create_volume
22:31:19     return self._result(self._post_json(url, data=data), True)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabdf7e0d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ________ TestRegressions.test_443_handle_nonchunked_response_in_stream _________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd1954d0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?t=a%2Fb%2Fc&q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1954d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:14: in test_443_handle_nonchunked_response_in_stream
22:31:19     for line in self.client.build(fileobj=dfile, tag="a/b/c"):
22:31:19 docker/api/build.py:269: in build
22:31:19     timeout=timeout,
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/build?t=a%2Fb%2Fc&q=False&nocache=False&rm=False&forcerm=False&pull=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd1954d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ TestRegressions.test_542_truncate_ids_client_side _______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe174450>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe174450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:21: in test_542_truncate_ids_client_side
22:31:19     self.client.create_container(TEST_IMG, ['true'])
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe174450>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _________ TestRegressions.test_647_support_doubleslash_in_image_names __________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe790910>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe790910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:28: in test_647_support_doubleslash_in_image_names
22:31:19     self.client.inspect_image('gensokyo.jp//kirisame')
22:31:19 docker/utils/decorators.py:19: in wrapped
22:31:19     return f(self, resource_id, *args, **kwargs)
22:31:19 docker/api/image.py:252: in inspect_image
22:31:19     self._get(self._url("/images/{0}/json", image)), True
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:237: in _get
22:31:19     return self.get(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:555: in get
22:31:19     return self.request('GET', url, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe790910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ______________ TestRegressions.test_649_handle_timeout_value_none ______________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd133c90>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd133c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:32: in test_649_handle_timeout_value_none
22:31:19     ctnr = self.client.create_container(TEST_IMG, ['sleep', '2'])
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd133c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 ___________ TestRegressions.test_715_handle_user_param_as_int_value ____________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabd3ec490>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec490>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:37: in test_715_handle_user_param_as_int_value
22:31:19     ctnr = self.client.create_container(TEST_IMG, ['id', '-u'], user=1000)
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabd3ec490>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 _______________ TestRegressions.test_792_explicit_port_protocol ________________
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:170: in _new_conn
22:31:19     (self._dns_host, self.port), self.timeout, **extra_kw
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:73: in create_connection
22:31:19     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
22:31:19 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
22:31:19     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
22:31:19 E   socket.gaierror: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:706: in urlopen
22:31:19     chunked=chunked,
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:394: in _make_request
22:31:19     conn.request(method, url, **httplib_request_kw)
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:234: in request
22:31:19     super(HTTPConnection, self).request(method, url, body=body, headers=headers)
22:31:19 /usr/local/lib/python3.7/http/client.py:1281: in request
22:31:19     self._send_request(method, url, body, headers, encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1327: in _send_request
22:31:19     self.endheaders(body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1276: in endheaders
22:31:19     self._send_output(message_body, encode_chunked=encode_chunked)
22:31:19 /usr/local/lib/python3.7/http/client.py:1036: in _send_output
22:31:19     self.send(msg)
22:31:19 /usr/local/lib/python3.7/http/client.py:976: in send
22:31:19     self.connect()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:200: in connect
22:31:19     conn = self._new_conn()
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:182: in _new_conn
22:31:19     self, "Failed to establish a new connection: %s" % e
22:31:19 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7feabe6b3ad0>: Failed to establish a new connection: [Errno -2] Name or service not known
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
22:31:19     timeout=timeout
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:756: in urlopen
22:31:19     method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
22:31:19 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:574: in increment
22:31:19     raise MaxRetryError(_pool, url, error or ResponseError(cause))
22:31:19 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe6b3ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 During handling of the above exception, another exception occurred:
22:31:19 tests/integration/regression_test.py:50: in test_792_explicit_port_protocol
22:31:19     port_bindings={'2000/tcp': tcp_port, '2000/udp': udp_port}
22:31:19 docker/api/container.py:428: in create_container
22:31:19     return self.create_container_from_config(config, name)
22:31:19 docker/api/container.py:438: in create_container_from_config
22:31:19     res = self._post_json(u, data=config, params=params)
22:31:19 docker/api/client.py:296: in _post_json
22:31:19     return self._post(url, data=json.dumps(data2), **kwargs)
22:31:19 docker/utils/decorators.py:46: in inner
22:31:19     return f(self, *args, **kwargs)
22:31:19 docker/api/client.py:233: in _post
22:31:19     return self.post(url, **self._set_request_timeout(kwargs))
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:590: in post
22:31:19     return self.request('POST', url, data=data, json=json, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:542: in request
22:31:19     resp = self.send(prep, **send_kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/sessions.py:655: in send
22:31:19     r = adapter.send(request, **kwargs)
22:31:19 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
22:31:19     raise ConnectionError(e, request=request)
22:31:19 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-2-0-py3.7-20.10.16', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7feabe6b3ad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
22:31:19 
22:31:19 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:31:19 Name                                  Stmts   Miss Branch BrPart  Cover
22:31:19 -----------------------------------------------------------------------
22:31:19 docker/__init__.py                        8      0      0      0   100%
22:31:19 docker/api/__init__.py                    1      0      0      0   100%
22:31:19 docker/api/build.py                     126     26     92     23    74%
22:31:19 docker/api/client.py                    261     57     92     20    76%
22:31:19 docker/api/config.py                     29      0      4      1    97%
22:31:19 docker/api/container.py                 265     40    104     31    79%
22:31:19 docker/api/daemon.py                     39     16     14      3    49%
22:31:19 docker/api/exec_api.py                   45      9     22      4    78%
22:31:19 docker/api/image.py                     159     50     60     13    65%
22:31:19 docker/api/network.py                    90     13     48     12    80%
22:31:19 docker/api/plugin.py                     89     10     14      4    84%
22:31:19 docker/api/secret.py                     34      3      8      2    83%
22:31:19 docker/api/service.py                   200     63    149     32    60%
22:31:19 docker/api/swarm.py                     106     24     38     10    74%
22:31:19 docker/api/volume.py                     38     14     14      4    58%
22:31:19 docker/auth.py                          197     93     74     22    48%
22:31:19 docker/client.py                         69      7      2      1    89%
22:31:19 docker/constants.py                      21      0      0      0   100%
22:31:19 docker/context/__init__.py                2      0      0      0   100%
22:31:19 docker/context/api.py                    78     18     38     10    72%
22:31:19 docker/context/config.py                 61     25     16      3    53%
22:31:19 docker/context/context.py               154     26     64     15    78%
22:31:19 docker/credentials/__init__.py            3      0      0      0   100%
22:31:19 docker/credentials/constants.py           4      0      0      0   100%
22:31:19 docker/credentials/errors.py             11      1      2      1    85%
22:31:19 docker/credentials/store.py              44      5     12      4    80%
22:31:19 docker/credentials/utils.py              23     13     12      1    31%
22:31:19 docker/errors.py                        110     34     20      6    66%
22:31:19 docker/models/__init__.py                 0      0      0      0   100%
22:31:19 docker/models/configs.py                 21      8      2      0    57%
22:31:19 docker/models/containers.py             183     87     70      8    49%
22:31:19 docker/models/images.py                 136     85     56      1    27%
22:31:19 docker/models/networks.py                37     19     12      0    37%
22:31:19 docker/models/nodes.py                   15      5      2      0    59%
22:31:19 docker/models/plugins.py                 48     29      8      0    34%
22:31:19 docker/models/resource.py                41     18      6      1    51%
22:31:19 docker/models/secrets.py                 22      9      2      0    54%
22:31:19 docker/models/services.py                87     63     36      0    20%
22:31:19 docker/models/swarm.py                   39     15      6      1    56%
22:31:19 docker/models/volumes.py                 23      9      4      0    52%
22:31:19 docker/tls.py                            37     13     14      5    57%
22:31:19 docker/transport/__init__.py             11      3      0      0    73%
22:31:19 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:31:19 docker/transport/npipeconn.py            57     52      8      0     8%
22:31:19 docker/transport/npipesocket.py         134    130     20      0     3%
22:31:19 docker/transport/sshconn.py             162    123     54      0    18%
22:31:19 docker/transport/ssladapter.py           36     22     10      1    33%
22:31:19 docker/transport/unixconn.py             54     33      6      0    35%
22:31:19 docker/types/__init__.py                  6      0      0      0   100%
22:31:19 docker/types/base.py                      4      0      2      0   100%
22:31:19 docker/types/containers.py              419    222    326     70    45%
22:31:19 docker/types/daemon.py                   36      8     14      5    70%
22:31:19 docker/types/healthcheck.py              33     12      4      1    59%
22:31:19 docker/types/networks.py                 41      7     28      6    78%
22:31:19 docker/types/services.py                321     77    216     43    73%
22:31:19 docker/types/swarm.py                    51     24     40     10    52%
22:31:19 docker/utils/__init__.py                  3      0      0      0   100%
22:31:19 docker/utils/build.py                   150     22     72     13    82%
22:31:19 docker/utils/config.py                   36      9     10      5    70%
22:31:19 docker/utils/decorators.py               32      6     12      4    73%
22:31:19 docker/utils/fnmatch.py                  55     27     28      4    41%
22:31:19 docker/utils/json_stream.py              40      8     14      3    76%
22:31:19 docker/utils/ports.py                    50     50     32      0     0%
22:31:19 docker/utils/proxy.py                    32      2     12      1    93%
22:31:19 docker/utils/socket.py                   85      9     40      7    86%
22:31:19 docker/utils/utils.py                   278     98    171     32    60%
22:31:19 docker/version.py                         2      0      2      0   100%
22:31:19 -----------------------------------------------------------------------
22:31:19 TOTAL                                  5090   1854   2240    443    59%
22:31:19 
22:31:19 =========================== short test summary info ============================
22:31:19 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:31:19   CONFIG_RT_GROUP_SCHED isn't enabled
22:31:19 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:31:19   Not supported on most drivers
22:31:19 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:31:19   Output of docker top depends on host distro, and is not formalized.
22:31:19 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:31:19   This doesn't seem to be taken into account by the engine
22:31:19 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
22:31:19   Flaky test
22:31:19 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
22:31:19 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:31:19 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:31:19 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:31:19 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
22:31:19 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:31:19 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:31:19 = 85 failed, 278 passed, 9 skipped, 5 xfailed, 3 xpassed, 21 errors in 221.98s (0:03:41) =
22:31:19 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
[Pipeline] sh
22:31:19 + docker stop dpy-dind-2-0-py3.7-20.10.16
22:31:19 Error response from daemon: No such container: dpy-dind-2-0-py3.7-20.10.16
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.16
22:31:19 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
22:31:20 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
22:31:22 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
22:31:22 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
22:31:22 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
22:31:22 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
22:31:23 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
22:31:23 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
22:31:24 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
22:31:24 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
22:31:25 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
22:31:25 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
22:31:26 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
22:31:26 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
22:31:26 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
22:31:26 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
22:31:26 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
22:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
22:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
22:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
22:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
22:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
22:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
22:31:28 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
22:31:28 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
22:31:28 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
22:31:28 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
22:31:29 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
22:31:32 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
22:31:32 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
22:31:32 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
22:31:33 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
22:31:34 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
22:31:34 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
22:31:35 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
22:31:35 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
22:31:35 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
22:31:35 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
22:31:36 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
22:31:36 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
22:31:36 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
22:31:37 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
22:31:37 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
22:31:37 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
22:31:37 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
22:31:37 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
22:31:37 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
22:31:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
22:31:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
22:31:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
22:31:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
22:31:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
22:31:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
22:31:38 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
22:31:39 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
22:31:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
22:31:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
22:31:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
22:31:40 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
22:31:40 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
22:31:40 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
22:31:40 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
22:31:40 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
22:31:40 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
22:31:40 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
22:31:43 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
22:31:43 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
22:31:43 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
22:31:44 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
22:31:44 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
22:31:44 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
22:31:44 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
22:31:44 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
22:31:44 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
22:31:45 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
22:31:45 
22:31:45 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:31:45 Name                                  Stmts   Miss Branch BrPart  Cover
22:31:45 -----------------------------------------------------------------------
22:31:45 docker/__init__.py                        8      0      0      0   100%
22:31:45 docker/api/__init__.py                    1      0      0      0   100%
22:31:45 docker/api/build.py                     126     26     92     23    74%
22:31:45 docker/api/client.py                    261     56     92     19    76%
22:31:45 docker/api/config.py                     29      0      4      1    97%
22:31:45 docker/api/container.py                 265     34    104     26    83%
22:31:45 docker/api/daemon.py                     39     14     14      3    53%
22:31:45 docker/api/exec_api.py                   45      9     22      3    79%
22:31:45 docker/api/image.py                     159     45     60     13    67%
22:31:45 docker/api/network.py                    90     13     48     12    80%
22:31:45 docker/api/plugin.py                     89     10     14      4    84%
22:31:45 docker/api/secret.py                     34      3      8      2    83%
22:31:45 docker/api/service.py                   200     58    149     32    62%
22:31:45 docker/api/swarm.py                     106     15     38     10    81%
22:31:45 docker/api/volume.py                     38      5     14      5    81%
22:31:45 docker/auth.py                          197     93     74     22    48%
22:31:45 docker/client.py                         69      5      2      1    92%
22:31:45 docker/constants.py                      21      0      0      0   100%
22:31:45 docker/context/__init__.py                2      0      0      0   100%
22:31:45 docker/context/api.py                    78     18     38     10    72%
22:31:45 docker/context/config.py                 61     25     16      3    53%
22:31:45 docker/context/context.py               154     26     64     15    78%
22:31:45 docker/credentials/__init__.py            3      0      0      0   100%
22:31:45 docker/credentials/constants.py           4      0      0      0   100%
22:31:45 docker/credentials/errors.py             11      1      2      1    85%
22:31:45 docker/credentials/store.py              44      5     12      4    80%
22:31:45 docker/credentials/utils.py              23     13     12      1    31%
22:31:45 docker/errors.py                        110     22     20      6    75%
22:31:45 docker/models/__init__.py                 0      0      0      0   100%
22:31:45 docker/models/configs.py                 21      8      2      0    57%
22:31:45 docker/models/containers.py             183     21     70      9    86%
22:31:45 docker/models/images.py                 136     41     56      6    67%
22:31:45 docker/models/networks.py                37      1     12      2    94%
22:31:45 docker/models/nodes.py                   15      1      2      0    94%
22:31:45 docker/models/plugins.py                 48     29      8      0    34%
22:31:45 docker/models/resource.py                41     11      6      2    72%
22:31:45 docker/models/secrets.py                 22      9      2      0    54%
22:31:45 docker/models/services.py                87      5     36      5    92%
22:31:45 docker/models/swarm.py                   39      3      6      3    87%
22:31:45 docker/models/volumes.py                 23      1      4      0    96%
22:31:45 docker/tls.py                            37     13     14      5    57%
22:31:45 docker/transport/__init__.py             11      3      0      0    73%
22:31:45 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:31:45 docker/transport/npipeconn.py            57     52      8      0     8%
22:31:45 docker/transport/npipesocket.py         134    130     20      0     3%
22:31:45 docker/transport/sshconn.py             162    123     54      0    18%
22:31:45 docker/transport/ssladapter.py           36     22     10      1    33%
22:31:45 docker/transport/unixconn.py             54     33      6      0    35%
22:31:45 docker/types/__init__.py                  6      0      0      0   100%
22:31:45 docker/types/base.py                      4      0      2      0   100%
22:31:45 docker/types/containers.py              419    222    326     70    45%
22:31:45 docker/types/daemon.py                   36      8     14      4    72%
22:31:45 docker/types/healthcheck.py              33     12      4      1    59%
22:31:45 docker/types/networks.py                 41      7     28      6    78%
22:31:45 docker/types/services.py                321     76    216     42    73%
22:31:45 docker/types/swarm.py                    51     24     40     10    52%
22:31:45 docker/utils/__init__.py                  3      0      0      0   100%
22:31:45 docker/utils/build.py                   150     22     72     13    82%
22:31:45 docker/utils/config.py                   36      9     10      5    70%
22:31:45 docker/utils/decorators.py               32      6     12      4    73%
22:31:45 docker/utils/fnmatch.py                  55     27     28      4    41%
22:31:45 docker/utils/json_stream.py              40      8     14      3    76%
22:31:45 docker/utils/ports.py                    50     50     32      0     0%
22:31:45 docker/utils/proxy.py                    32      2     12      1    93%
22:31:45 docker/utils/socket.py                   85      9     40      7    86%
22:31:45 docker/utils/utils.py                   278     98    171     32    60%
22:31:45 docker/version.py                         2      0      2      0   100%
22:31:45 -----------------------------------------------------------------------
22:31:45 TOTAL                                  5090   1585   2240    451    65%
22:31:45 
22:31:45 
22:31:45 =========================== short test summary info ============================
22:31:45 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:31:45   CONFIG_RT_GROUP_SCHED isn't enabled
22:31:45 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:31:45   Not supported on most drivers
22:31:45 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:31:45   Output of docker top depends on host distro, and is not formalized.
22:31:45 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:31:45   This doesn't seem to be taken into account by the engine
22:31:45 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
22:31:45 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:31:45 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:31:45 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:31:45 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
22:31:45 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:31:45 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:31:45 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 260.38s (0:04:20) =======
[Pipeline] sh
22:31:45 + docker stop dpy-dind-2-0-py3.7-19.03.13
22:31:46 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
22:31:46 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
22:31:47 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
22:31:48 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
22:31:50 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
22:31:50 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
22:31:50 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
22:31:50 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
22:31:50 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
22:31:51 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
22:31:51 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
22:31:54 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
22:31:54 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
22:31:54 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
22:31:54 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
22:31:54 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
22:31:54 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
22:31:55 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
22:31:55 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
22:31:55 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
22:31:56 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
22:31:56 
22:31:56 =================================== FAILURES ===================================
22:31:56 __________________ AttachContainerTest.test_attach_no_stream ___________________
22:31:56 tests/integration/api_container_test.py:1230: in test_attach_no_stream
22:31:56     assert output == 'hello\n'.encode(encoding='ascii')
22:31:56 E   AssertionError: assert b'' == b'hello\n'
22:31:56 E     Full diff:
22:31:56 E     - b'hello\n'
22:31:56 E     + b''
22:31:56 
22:31:56 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:31:56 Name                                  Stmts   Miss Branch BrPart  Cover
22:31:56 -----------------------------------------------------------------------
22:31:56 docker/__init__.py                        8      0      0      0   100%
22:31:56 docker/api/__init__.py                    1      0      0      0   100%
22:31:56 docker/api/build.py                     126     26     92     23    74%
22:31:56 docker/api/client.py                    261     56     92     19    76%
22:31:56 docker/api/config.py                     29      0      4      1    97%
22:31:56 docker/api/container.py                 265     34    104     26    83%
22:31:56 docker/api/daemon.py                     39     14     14      3    53%
22:31:56 docker/api/exec_api.py                   45      9     22      3    79%
22:31:56 docker/api/image.py                     159     45     60     13    67%
22:31:56 docker/api/network.py                    90     13     48     12    80%
22:31:56 docker/api/plugin.py                     89     10     14      4    84%
22:31:56 docker/api/secret.py                     34      3      8      2    83%
22:31:56 docker/api/service.py                   200     58    149     32    62%
22:31:56 docker/api/swarm.py                     106     15     38     10    81%
22:31:56 docker/api/volume.py                     38      5     14      5    81%
22:31:56 docker/auth.py                          197     93     74     22    48%
22:31:56 docker/client.py                         69      5      2      1    92%
22:31:56 docker/constants.py                      21      0      0      0   100%
22:31:56 docker/context/__init__.py                2      0      0      0   100%
22:31:56 docker/context/api.py                    78     18     38     10    72%
22:31:56 docker/context/config.py                 61     25     16      3    53%
22:31:56 docker/context/context.py               154     26     64     15    78%
22:31:56 docker/credentials/__init__.py            3      0      0      0   100%
22:31:56 docker/credentials/constants.py           4      0      0      0   100%
22:31:56 docker/credentials/errors.py             11      1      2      1    85%
22:31:56 docker/credentials/store.py              44      5     12      4    80%
22:31:56 docker/credentials/utils.py              23     13     12      1    31%
22:31:56 docker/errors.py                        110     22     20      6    75%
22:31:56 docker/models/__init__.py                 0      0      0      0   100%
22:31:56 docker/models/configs.py                 21      8      2      0    57%
22:31:56 docker/models/containers.py             183     21     70      9    86%
22:31:56 docker/models/images.py                 136     41     56      6    67%
22:31:56 docker/models/networks.py                37      1     12      2    94%
22:31:56 docker/models/nodes.py                   15      1      2      0    94%
22:31:56 docker/models/plugins.py                 48     29      8      0    34%
22:31:56 docker/models/resource.py                41     11      6      2    72%
22:31:56 docker/models/secrets.py                 22      9      2      0    54%
22:31:56 docker/models/services.py                87      5     36      5    92%
22:31:56 docker/models/swarm.py                   39      3      6      3    87%
22:31:56 docker/models/volumes.py                 23      1      4      0    96%
22:31:56 docker/tls.py                            37     13     14      5    57%
22:31:56 docker/transport/__init__.py             11      3      0      0    73%
22:31:56 docker/transport/basehttpadapter.py       6      3      2      0    38%
22:31:56 docker/transport/npipeconn.py            57     52      8      0     8%
22:31:56 docker/transport/npipesocket.py         134    130     20      0     3%
22:31:56 docker/transport/sshconn.py             162    123     54      0    18%
22:31:56 docker/transport/ssladapter.py           36     22     10      1    33%
22:31:56 docker/transport/unixconn.py             54     33      6      0    35%
22:31:56 docker/types/__init__.py                  6      0      0      0   100%
22:31:56 docker/types/base.py                      4      0      2      0   100%
22:31:56 docker/types/containers.py              419    222    326     70    45%
22:31:56 docker/types/daemon.py                   36      8     14      4    72%
22:31:56 docker/types/healthcheck.py              33     12      4      1    59%
22:31:56 docker/types/networks.py                 41      7     28      6    78%
22:31:56 docker/types/services.py                321     76    216     42    73%
22:31:56 docker/types/swarm.py                    51     24     40     10    52%
22:31:56 docker/utils/__init__.py                  3      0      0      0   100%
22:31:56 docker/utils/build.py                   150     22     72     13    82%
22:31:56 docker/utils/config.py                   36      9     10      5    70%
22:31:56 docker/utils/decorators.py               32      6     12      4    73%
22:31:56 docker/utils/fnmatch.py                  55     27     28      4    41%
22:31:56 docker/utils/json_stream.py              40      8     14      3    76%
22:31:56 docker/utils/ports.py                    50     50     32      0     0%
22:31:56 docker/utils/proxy.py                    32      2     12      1    93%
22:31:56 docker/utils/socket.py                   85      9     40      7    86%
22:31:56 docker/utils/utils.py                   278     98    171     32    60%
22:31:56 docker/version.py                         2      0      2      0   100%
22:31:56 -----------------------------------------------------------------------
22:31:56 TOTAL                                  5090   1585   2240    451    65%
22:31:56 
22:31:56 =========================== short test summary info ============================
22:31:56 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:31:56   CONFIG_RT_GROUP_SCHED isn't enabled
22:31:56 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:31:56   Not supported on most drivers
22:31:56 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:31:56   Output of docker top depends on host distro, and is not formalized.
22:31:56 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:31:56   This doesn't seem to be taken into account by the engine
22:31:56 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
22:31:56 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:31:56 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
22:31:56 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
22:31:56 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
22:31:56 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
22:31:56 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
22:31:56 == 1 failed, 377 passed, 9 skipped, 4 xfailed, 4 xpassed in 270.23s (0:04:30) ==
[Pipeline] sh
22:31:56 + docker stop dpy-dind-2-0-py3.7-19.03.12
22:31:57 dpy-dind-2-0-py3.7-19.03.13
[Pipeline] sh
22:31:58 + docker run --rm -d --name dpy-dind-2-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 dockerd --experimental
22:31:58 6c8c9a54ac4180d7012ac39f445367ba196fcaa563a456c4978073370109279d
[Pipeline] sh
22:31:58 + docker exec dpy-dind-2-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
22:31:59 + docker run --rm --name dpy-tests-2-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-2-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.13 --volumes-from dpy-dind-2-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_PR-2993@tmp/d4fb23ab-7ede-4cde-91a4-d4787487a241/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-f807e43afd9a8d1fe497d7e6fce40ead951f19a3 py.test -v -rxs --cov=docker tests/ssh
22:31:59 ============================= test session starts ==============================
22:31:59 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
22:31:59 cachedir: .pytest_cache
22:31:59 rootdir: /src, configfile: pytest.ini
22:31:59 plugins: cov-3.0.0, timeout-2.0.1
22:31:59 collecting ... collected 24 items
22:31:59 
22:32:02 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
22:32:02 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
22:32:02 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
22:32:02 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
22:32:04 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
22:32:05 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
22:32:06 dpy-dind-2-0-py3.7-19.03.12
22:32:06 + docker network rm dpy-testnet-2-0-py3.7-19.03.12
22:32:06 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
22:32:06 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
22:32:06 dpy-testnet-2-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
22:32:07 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
22:32:07 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
22:32:09 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
22:32:09 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
22:32:11 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
22:32:12 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
22:32:12 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
22:32:13 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
22:32:15 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
22:32:15 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
22:32:17 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
22:32:19 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
22:32:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
22:32:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
22:32:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
22:32:23 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
22:32:23 
22:32:23 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
22:32:23 Name                                  Stmts   Miss Branch BrPart  Cover
22:32:23 -----------------------------------------------------------------------
22:32:23 docker/__init__.py                        8      0      0      0   100%
22:32:23 docker/api/__init__.py                    1      0      0      0   100%
22:32:23 docker/api/build.py                     126     22     92     23    78%
22:32:23 docker/api/client.py                    261    101     92     15    56%
22:32:23 docker/api/config.py                     29     18      4      0    33%
22:32:23 docker/api/container.py                 265    171    104     10    28%
22:32:23 docker/api/daemon.py                     39     28     14      0    21%
22:32:23 docker/api/exec_api.py                   45     36     22      0    13%
22:32:23 docker/api/image.py                     159    108     60      5    26%
22:32:23 docker/api/network.py                    90     56     48      7    30%
22:32:23 docker/api/plugin.py                     89     68     14      0    20%
22:32:23 docker/api/secret.py                     34     22      8      0    29%
22:32:23 docker/api/service.py                   200    176    149      0     7%
22:32:23 docker/api/swarm.py                     106     77     38      0    20%
22:32:23 docker/api/volume.py                     38     29     14      0    17%
22:32:23 docker/auth.py                          197     93     74     22    48%
22:32:23 docker/client.py                         69     20      2      0    69%
22:32:23 docker/constants.py                      21      0      0      0   100%
22:32:23 docker/context/__init__.py                2      0      0      0   100%
22:32:23 docker/context/api.py                    78     57     38      0    18%
22:32:23 docker/context/config.py                 61     42     16      1    26%
22:32:23 docker/context/context.py               154    113     64      2    20%
22:32:23 docker/credentials/__init__.py            3      0      0      0   100%
22:32:23 docker/credentials/constants.py           4      0      0      0   100%
22:32:23 docker/credentials/errors.py             11      4      2      0    54%
22:32:23 docker/credentials/store.py              44     30     12      0    25%
22:32:23 docker/credentials/utils.py              23     18     12      0    14%
22:32:23 docker/errors.py                        110     38     20      5    61%
22:32:23 docker/models/__init__.py                 0      0      0      0   100%
22:32:23 docker/models/configs.py                 21      8      2      0    57%
22:32:23 docker/models/containers.py             183    131     70      0    21%
22:32:23 docker/models/images.py                 136     92     56      0    23%
22:32:23 docker/models/networks.py                37     20     12      0    35%
22:32:23 docker/models/nodes.py                   15      5      2      0    59%
22:32:23 docker/models/plugins.py                 48     29      8      0    34%
22:32:23 docker/models/resource.py                41     24      6      0    36%
22:32:23 docker/models/secrets.py                 22      9      2      0    54%
22:32:23 docker/models/services.py                87     63     36      0    20%
22:32:23 docker/models/swarm.py                   39     21      6      0    40%
22:32:23 docker/models/volumes.py                 23     10      4      0    48%
22:32:23 docker/tls.py                            37     26     14      0    22%
22:32:23 docker/transport/__init__.py             11      3      0      0    73%
22:32:23 docker/transport/basehttpadapter.py       6      0      2      1    88%
22:32:23 docker/transport/npipeconn.py            57     52      8      0     8%
22:32:23 docker/transport/npipesocket.py         134    130     20      0     3%
22:32:23 docker/transport/sshconn.py             162     58     54     15    55%
22:32:23 docker/transport/ssladapter.py           36     22     10      1    33%
22:32:23 docker/transport/unixconn.py             54     33      6      0    35%
22:32:23 docker/types/__init__.py                  6      0      0      0   100%
22:32:23 docker/types/base.py                      4      2      2      0    33%
22:32:23 docker/types/containers.py              419    356    326     11    10%
22:32:23 docker/types/daemon.py                   36     26     14      0    20%
22:32:23 docker/types/healthcheck.py              33     20      4      0    35%
22:32:23 docker/types/networks.py                 41     21     28      8    41%
22:32:23 docker/types/services.py                321    269    216      0    10%
22:32:23 docker/types/swarm.py                    51     45     40      0     7%
22:32:23 docker/utils/__init__.py                  3      0      0      0   100%
22:32:23 docker/utils/build.py                   150     24     72     13    81%
22:32:23 docker/utils/config.py                   36      9     10      5    70%
22:32:23 docker/utils/decorators.py               32      6     12      4    73%
22:32:23 docker/utils/fnmatch.py                  55     27     28      4    41%
22:32:23 docker/utils/json_stream.py              40      8     14      3    76%
22:32:23 docker/utils/ports.py                    50     50     32      0     0%
22:32:23 docker/utils/proxy.py                    32      3     12      2    89%
22:32:23 docker/utils/socket.py                   85     64     40      0    17%
22:32:23 docker/utils/utils.py                   278    182    171     25    29%
22:32:23 docker/version.py                         2      0      2      0   100%
22:32:23 -----------------------------------------------------------------------
22:32:23 TOTAL                                  5090   3175   2240    182    31%
22:32:23 
22:32:23 
22:32:23 ======================== 23 passed, 1 xpassed in 24.30s ========================
[Pipeline] sh
22:32:24 + docker stop dpy-dind-2-0-py3.7-19.03.13
22:32:25 dpy-dind-2-0-py3.7-19.03.13
22:32:25 + docker network rm dpy-testnet-2-0-py3.7-19.03.13
22:32:25 dpy-testnet-2-0-py3.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[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